[arch-commits] Commit in subdl/trunk (PKGBUILD)

2020-01-22 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, January 22, 2020 @ 16:50:41
  Author: jlichtblau
Revision: 554326

upgpkg: subdl 1.1.2-2
GLOB expansion bug fix

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 16:50:37 UTC (rev 554325)
+++ PKGBUILD2020-01-22 16:50:41 UTC (rev 554326)
@@ -4,7 +4,7 @@
 
 pkgname=subdl
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
 url="https://github.com/alexanderwink/$pkgname";
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=ca858745049548224fd3ee2157864340ebbd8164)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=63b3caf2f6b2bd1a6ebc9277e9d72d3b6c2f0e30)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 08:42:21
  Author: jlichtblau
Revision: 500047

upgpkg: subdl 1.1.2-1 - new upstream release

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 04:01:14 UTC (rev 500046)
+++ PKGBUILD2019-08-18 08:42:21 UTC (rev 500047)
@@ -3,7 +3,7 @@
 # Contributor: rich_o 
 
 pkgname=subdl
-pkgver=1.1.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=ca858745049548224fd3ee2157864340ebbd8164)
 sha256sums=('SKIP')
 
 package() {
   cd "${srcdir}"/$pkgname
 
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
 }


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:25:10
  Author: jlichtblau
Revision: 346046

upgpkg: subdl 1.1.0-1 - new upstream release

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 19:20:51 UTC (rev 346045)
+++ PKGBUILD2018-06-25 19:25:10 UTC (rev 346046)
@@ -4,8 +4,8 @@
 # Contributor: rich_o 
 
 pkgname=subdl
-pkgver=1.0.3
-pkgrel=7
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
 url="https://github.com/alexanderwink/$pkgname";
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=e9e046a)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2016-09-09 Thread Jaroslav Lichtblau
Date: Friday, September 9, 2016 @ 07:52:56
  Author: jlichtblau
Revision: 189057

upgpkg: subdl 1.0.3-7 - FS#48425

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-09 07:48:15 UTC (rev 189056)
+++ PKGBUILD2016-09-09 07:52:56 UTC (rev 189057)
@@ -5,7 +5,7 @@
 
 pkgname=subdl
 pkgver=1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
 url="https://github.com/alexanderwink/$pkgname";
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=d9478cc)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=e9e046a)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2016-09-07 Thread Jaroslav Lichtblau
Date: Wednesday, September 7, 2016 @ 17:01:14
  Author: jlichtblau
Revision: 188946

upgpkg: subdl 1.0.3-6
moving back to source from original author, as python3 support has been merged

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-07 16:56:48 UTC (rev 188945)
+++ PKGBUILD2016-09-07 17:01:14 UTC (rev 188946)
@@ -5,14 +5,14 @@
 
 pkgname=subdl
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
-url="https://github.com/fbarthelery/$pkgname";
+url="https://github.com/alexanderwink/$pkgname";
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/fbarthelery/subdl.git#commit=0d840f1)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=d9478cc)
 sha256sums=('SKIP')
 
 package() {


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2016-03-03 Thread Jaroslav Lichtblau
Date: Thursday, March 3, 2016 @ 18:32:52
  Author: jlichtblau
Revision: 164545

upgpkg: subdl 1.0.3-5 - FS#48425 fix
swap to an active fork of the original code

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 17:31:20 UTC (rev 164544)
+++ PKGBUILD2016-03-03 17:32:52 UTC (rev 164545)
@@ -5,20 +5,18 @@
 
 pkgname=subdl
 pkgver=1.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
-url="https://github.com/akexakex/$pkgname";
+url="https://github.com/fbarthelery/$pkgname";
 license=('GPL3')
-depends=('python2')
+depends=('python')
 makedepends=('git')
-source=(git+https://github.com/akexakex/subdl.git#commit=dd6ddb6)
+source=(git+https://github.com/fbarthelery/subdl.git#commit=0d840f1)
 sha256sums=('SKIP')
 
 package() {
   cd "${srcdir}"/$pkgname
 
-  sed -i 's|usr/bin/python$|\02|' $pkgname
-
   install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
 }


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2016-02-28 Thread Jaroslav Lichtblau
Date: Sunday, February 28, 2016 @ 10:33:07
  Author: jlichtblau
Revision: 163653

upgpkg: subdl 1.0.3-4 - googlecode is getting closed
home page and source updated and pointed to github

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 05:41:05 UTC (rev 163652)
+++ PKGBUILD2016-02-28 09:33:07 UTC (rev 163653)
@@ -1,24 +1,24 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Geoffroy Carrier 
 # Contributor: rich_o 
 
 pkgname=subdl
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
-url="http://code.google.com/p/$pkgname/";
+url="https://github.com/akexakex/$pkgname";
 license=('GPL3')
 depends=('python2')
-source=(http://subdl.googlecode.com/files/$pkgname-$pkgver.zip)
-sha256sums=('883b28c5defdf654f9532cef7d33697c')
+makedepends=('git')
+source=(git+https://github.com/akexakex/subdl.git#commit=dd6ddb6)
+sha256sums=('SKIP')
 
 package() {
-  cd ${srcdir}
+  cd "${srcdir}"/$pkgname
 
   sed -i 's|usr/bin/python$|\02|' $pkgname
 
-  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
 }
-sha256sums=('ba56d0f65ccce575295a65d1374f164d4f1cc69c874ae8593f5daa688562c154')


[arch-commits] Commit in subdl/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 04:51:45
  Author: fyan
Revision: 115248

upgpkg: subdl 1.0.3-3

mtree rebuild

Modified:
  subdl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 02:51:40 UTC (rev 115247)
+++ PKGBUILD2014-07-07 02:51:45 UTC (rev 115248)
@@ -5,7 +5,7 @@
 
 pkgname=subdl
 pkgver=1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
 url="http://code.google.com/p/$pkgname/";