summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-09-22 21:10:17 +0200
committerhaawda2017-09-22 21:10:17 +0200
commitf4432cc685404817544c5e455977160abf6d089e (patch)
tree7dffb500cb519bef097147d60c8aad61b197af40 /PKGBUILD
parent334604de0ca68c4571cd8047415f0a1ec4248a26 (diff)
downloadaur-f4432cc685404817544c5e455977160abf6d089e.tar.gz
md5sum change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2e2bbf30f92..e1450b150bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=artanis
pkgver=0.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A fast monolithic web-framework of Scheme"
url="http://web-artanis.com/"
depends=('guile')
arch=('x86_64')
license=('GPL')
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.bz2"{,.sig})
-# gpg --receive-keys 84696772846A0058, Mu Lei <nalaginrut@gmail.com>
-md5sums=('a0ea29f97545e1a49e7e96441cb6eb2f' 'SKIP')
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.bz2")
+md5sums=('a0ea29f97545e1a49e7e96441cb6eb2f')
options=('!strip')
build() {