From 93d90032ff7375123d4ec783c975f2dcbdde3635 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Apr 2017 22:11:42 -0400 Subject: update libre/parabola-hackers --- libre/parabola-hackers/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/parabola-hackers') diff --git a/libre/parabola-hackers/PKGBUILD b/libre/parabola-hackers/PKGBUILD index 4b609e6ab..ffad16eaa 100644 --- a/libre/parabola-hackers/PKGBUILD +++ b/libre/parabola-hackers/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=parabola-hackers pkgname=(parabola-hackers parabola-hackers-nshd) -pkgver=20170204 +pkgver=20170421 _gitver=a4f6795caea46360a1f8a2517778900b2d3cf41a pkgdesc='Programs for doing magic with hackers.git' url='https://projects.parabola.nu/packages/parabola-hackers.git/' @@ -12,12 +12,12 @@ pkgrel=1 arch=('x86_64' 'i686') makedepends=('go') source=("https://repo.parabola.nu/other/$pkgbase/$pkgbase-$pkgver.tar.gz") -md5sums=('e5f43b2b3747836a721b943cfb0078ab') +md5sums=('ac2e242e56adde3042bfc54d82d74bd6') # Don't use mksource=(git://...) because we need --recursive mksource() { cd "$srcdir" - git clone --recursive git://projects.parabola.nu/packages/parabola-hackers.git $pkgbase-$pkgver + git clone --recursive git://git.parabola.nu/packages/parabola-hackers.git $pkgbase-$pkgver cd $pkgbase-$pkgver git checkout $_gitver make files.generate @@ -38,7 +38,7 @@ build() { package_parabola-hackers() { backup=(etc/$pkgbase.yml) - depends=('ruby') + depends=('ruby' 'colordiff') cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="${pkgdir}" install -- cgit v1.2.2