diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 13:37:53 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 13:53:58 -0400 |
commit | ae72b2ca7d3b5df0435de15ca74581dee2c6499c (patch) | |
tree | c5126fd34fd83bafeea9e535c8e990878b204897 /libre | |
parent | 81f9278a74674214dd5b5e8d768e6a7eb24e32dd (diff) | |
download | abslibre-ae72b2ca7d3b5df0435de15ca74581dee2c6499c.tar.gz abslibre-ae72b2ca7d3b5df0435de15ca74581dee2c6499c.tar.bz2 abslibre-ae72b2ca7d3b5df0435de15ca74581dee2c6499c.zip |
update libre/parabola-hackers
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabola-hackers/PKGBUILD | 20 |
1 files changed, 6 insertions, 14 deletions
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" |