diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-26 02:13:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-26 02:15:09 -0400 |
commit | 280c2ec85d27e37bbcba9efb5d69df7bafc64c98 (patch) | |
tree | 39743569bd6879dee511b9c01536de9d47c46c2d /libre/sh-roundup/PKGBUILD | |
parent | 111eb258c53676775239163ddec41fb0430e50c6 (diff) | |
download | abslibre-280c2ec85d27e37bbcba9efb5d69df7bafc64c98.tar.gz abslibre-280c2ec85d27e37bbcba9efb5d69df7bafc64c98.tar.bz2 abslibre-280c2ec85d27e37bbcba9efb5d69df7bafc64c98.zip |
libre/sh-roundup: touch up librefetch usage
Diffstat (limited to 'libre/sh-roundup/PKGBUILD')
-rw-r--r-- | libre/sh-roundup/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/libre/sh-roundup/PKGBUILD b/libre/sh-roundup/PKGBUILD index 7c17669d3..b8d1ef2e8 100644 --- a/libre/sh-roundup/PKGBUILD +++ b/libre/sh-roundup/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=sh-roundup pkgver=0.0.5.git17 @@ -8,22 +8,17 @@ pkgdesc='A unit testing framework for POSIX shell' license=("custom:MIT") url="http://bmizerany.github.io/roundup/" -pkgrel=1 +pkgrel=2 arch=('any') depends=(sh) makedepends=(ronn) -source=("libre://$pkgname-$pkgver.tar.gz" 'makefile-fix.patch') -md5sums=('8b1f85316d178eb9e809e168f52d0f2d' +source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz" 'makefile-fix.patch') +md5sums=('053754e0a450288710bde0b9e5deb67e' '9efcd83d666c1e84302fe611610c60fa') -mksource=("git://github.com/bmizerany/roundup.git#${_gitver}") +mksource=("$pkgname-$pkgver::git://github.com/bmizerany/roundup.git#${_gitver}") mkmd5sums=('SKIP') -mksource() { - cd "$srcdir" - rm -rf $pkgname-* - mv roundup $pkgname-$pkgver -} prepare() { cd "$srcdir/$pkgname-$pkgver" |