summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-23 23:03:13 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-23 23:03:13 -0400
commitda59fe8d809ad7a1d178367c6ab14dc7c1e0505f (patch)
tree7336785533fee476d8a1be780a6718b4efc3f93f
parentb88512deb5b4b3a1d66dfc5c1ef1054e570c5248 (diff)
update libre/parabola-keyring
-rw-r--r--libre/parabola-keyring/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD
index 78b27ad5e..88cc526f6 100644
--- a/libre/parabola-keyring/PKGBUILD
+++ b/libre/parabola-keyring/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=parabola-keyring
-pkgver=$(LC_ALL=C date -u +%Y%m%d)
+pkgver=20140623
pkgrel=1
pkgdesc='Parabola GNU/Linux-libre PGP keyring'
arch=('any')
url='https://projects.parabolagnulinux.org/hackers.git/'
license=('GPL')
install=$pkgname.install
+
source=("http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
"http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+md5sums=('9cf084f1d448c06649851860cec87014'
+ 'SKIP')
package() {
- cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr DESTDIR=${pkgdir} install
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
}
-md5sums=('d50f8ba9f108b38c0e084d21742ea059'
- 'SKIP')