diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-21 22:11:42 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-21 22:11:42 -0400 |
commit | 93d90032ff7375123d4ec783c975f2dcbdde3635 (patch) | |
tree | 0cd1acfd0b2f73a07b8c9c3f898a87a980d2e325 /libre/parabola-hackers | |
parent | d7d82a10592b6fb2b95ee7fb8182532fbe7387c7 (diff) | |
download | abslibre-93d90032ff7375123d4ec783c975f2dcbdde3635.tar.gz abslibre-93d90032ff7375123d4ec783c975f2dcbdde3635.tar.bz2 abslibre-93d90032ff7375123d4ec783c975f2dcbdde3635.zip |
update libre/parabola-hackers
Diffstat (limited to 'libre/parabola-hackers')
-rw-r--r-- | libre/parabola-hackers/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
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 |