summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeno Abels2017-03-11 13:04:28 +0100
committerMeno Abels2017-03-11 13:04:28 +0100
commitdba214d37f6ecacaa29e6399ece441c1dedd1128 (patch)
treed4750cc8c0e368c83b43f44f8dad5a874a7438bf
parentddaf79c7e19b75869baa8282538fcf6a558acbf6 (diff)
downloadaur-dba214d37f6ecacaa29e6399ece441c1dedd1128.tar.gz
* version stepup
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5fdbd3f9f48..a32828a867e6 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=2.1.16+clavator
+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