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 =================================================================== --- PKGBUILD 2016-02-28 05:41:05 UTC (rev 163652) +++ PKGBUILD 2016-02-28 09:33:07 UTC (rev 163653) @@ -1,24 +1,24 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> # Contributor: rich_o <[email protected]> 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')
