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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Mar 3 17:32:53 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-03-03 17:31:20 UTC (rev 164544)
+++ PKGBUILD	2016-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
 }



More information about the arch-commits mailing list