summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-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"