summaryrefslogtreecommitdiff
path: root/libre/sh-roundup
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 02:13:18 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 02:15:09 -0400
commit280c2ec85d27e37bbcba9efb5d69df7bafc64c98 (patch)
tree39743569bd6879dee511b9c01536de9d47c46c2d /libre/sh-roundup
parent111eb258c53676775239163ddec41fb0430e50c6 (diff)
libre/sh-roundup: touch up librefetch usage
Diffstat (limited to 'libre/sh-roundup')
-rw-r--r--libre/sh-roundup/PKGBUILD15
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"