summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edc220705bc7..616e1d86f563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# GnuPG2 GIT version
-# Maintainer: alphazo@gmail.com
+# Maintainer: meno.abels@gmail.com
# Based on official package maintained by Tobias Powalowski <tpowa@archlinux.org>
# Cleanup from @holos
_gitname=gnupg
pkgname=gnupg-clavator
-pkgver=15a2d9a
+pkgver=2.1.18+clavator
pkgrel=1
pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool. Development version. Do not use in production environments. Test new ECC algorithms by using \"gpg --full-gen-key --expert\""
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -21,6 +21,7 @@ source=("git://github.com/mabels/gnupg.git#branch=quick-keytocard")
sha1sums=('SKIP')
pkgver() {
+ ls -l
cd "$_gitname"
git rev-parse --verify --short HEAD