diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-26 12:49:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-26 12:49:51 -0300 |
commit | d21915a8e1c4130cbd5cf6d0d58ae8448de8b085 (patch) | |
tree | a383814d0c248bb11543ca8a3e7f1a6c721c7455 /libre/sh-roundup/PKGBUILD | |
parent | 7093cd981cafcf8dcf5619d4c5a7876c9acade4f (diff) | |
parent | de4f0d5e3c54d11f8ef1fa859bc64089924b1bbc (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
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" |