summaryrefslogtreecommitdiff
path: root/libre/parabola-hackers
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-04 18:30:35 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-04 18:30:35 -0500
commitb5b11942b447d0dc932212d1a8c802ce501c53ce (patch)
treed49bc8565a84fd43f7feb563032e5b732aaa1cf2 /libre/parabola-hackers
parent04a4d4b573da8f1eaba63a83b1aa8d6e70e16b5e (diff)
update libre/parabola-hackers
Diffstat (limited to 'libre/parabola-hackers')
-rw-r--r--libre/parabola-hackers/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/parabola-hackers/PKGBUILD b/libre/parabola-hackers/PKGBUILD
index 14e401dca..4b609e6ab 100644
--- a/libre/parabola-hackers/PKGBUILD
+++ b/libre/parabola-hackers/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=parabola-hackers
pkgname=(parabola-hackers parabola-hackers-nshd)
-pkgver=20160705
-_gitver=fff055c7c141a72ac0930b626b29155cdbde5522
+pkgver=20170204
+_gitver=a4f6795caea46360a1f8a2517778900b2d3cf41a
pkgdesc='Programs for doing magic with hackers.git'
url='https://projects.parabola.nu/packages/parabola-hackers.git/'
license=('GPL')
@@ -12,7 +12,7 @@ pkgrel=1
arch=('x86_64' 'i686')
makedepends=('go')
source=("https://repo.parabola.nu/other/$pkgbase/$pkgbase-$pkgver.tar.gz")
-md5sums=('0e09be57d4e632c86f130bb9f4941d54')
+md5sums=('e5f43b2b3747836a721b943cfb0078ab')
# Don't use mksource=(git://...) because we need --recursive
mksource() {
@@ -20,7 +20,7 @@ mksource() {
git clone --recursive git://projects.parabola.nu/packages/parabola-hackers.git $pkgbase-$pkgver
cd $pkgbase-$pkgver
git checkout $_gitver
- make generate
+ make files.generate
}
build() {
@@ -31,7 +31,7 @@ build() {
bindir='$(libexecdir)/$(PACKAGE)' \
libexecdir='$(libdir)' \
sysconfdir='/etc' \
- > config.mk
+ >> config.mk
make
}