From ae72b2ca7d3b5df0435de15ca74581dee2c6499c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 12 May 2017 13:37:53 -0400 Subject: update libre/parabola-hackers --- libre/parabola-hackers/PKGBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'libre/parabola-hackers/PKGBUILD') diff --git a/libre/parabola-hackers/PKGBUILD b/libre/parabola-hackers/PKGBUILD index ffad16eaa..5ac0b067e 100644 --- a/libre/parabola-hackers/PKGBUILD +++ b/libre/parabola-hackers/PKGBUILD @@ -2,26 +2,18 @@ pkgbase=parabola-hackers pkgname=(parabola-hackers parabola-hackers-nshd) -pkgver=20170421 -_gitver=a4f6795caea46360a1f8a2517778900b2d3cf41a +pkgver=20170421.1 pkgdesc='Programs for doing magic with hackers.git' -url='https://projects.parabola.nu/packages/parabola-hackers.git/' +url='https://git.parabola.nu/packages/parabola-hackers.git/' license=('GPL') pkgrel=1 arch=('x86_64' 'i686') makedepends=('go') -source=("https://repo.parabola.nu/other/$pkgbase/$pkgbase-$pkgver.tar.gz") -md5sums=('ac2e242e56adde3042bfc54d82d74bd6') - -# Don't use mksource=(git://...) because we need --recursive -mksource() { - cd "$srcdir" - git clone --recursive git://git.parabola.nu/packages/parabola-hackers.git $pkgbase-$pkgver - cd $pkgbase-$pkgver - git checkout $_gitver - make files.generate -} +source=("https://repo.parabola.nu/other/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.sig}) +sha256sums=('06fb7f7c099b82935bf7d4ee2700e1aa104f925cf1ff75b1cc7eb20ec53ca562' + 'SKIP') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker build() { cd "$srcdir/$pkgbase-$pkgver" -- cgit v1.2.3