summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Schatz2016-08-22 16:37:32 +0200
committerVolker Schatz2016-08-22 16:37:32 +0200
commitc29cd0cc1b0a1fb3df266692f0449d171e577de5 (patch)
treebbd509f35f3e452b23facb9c79cac94eef70ce15
parentb95e97c2a9f264d0a7724b825765ea95f9b0aba3 (diff)
downloadaur-c29cd0cc1b0a1fb3df266692f0449d171e577de5.tar.gz
Updated to pinentry 0.9.7
This pkgbuild is probably obsolete now that the pinentry repo package contains pinentry-tty again, unless you want to allow only pinentry-tty.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5064e9b59e..c95801e7c644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Aug 22 14:33:06 UTC 2016
pkgbase = pinentry-tty
pkgdesc = Passphrase entry on the command line for GnuPG and others
- pkgver = 0.9.1
+ pkgver = 0.9.7
pkgrel = 1
url = http://gnupg.org/related_software/pinentry/
arch = i686
@@ -8,8 +10,8 @@ pkgbase = pinentry-tty
license = GPL
depends = libcap>=2.16
provides = pinentry
- source = ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.1.tar.bz2
- md5sums = d224d031130aedb44b05164cb04ed88b
+ source = ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.7.tar.bz2
+ md5sums = 9510b2de013e818dab619e468298703a
pkgname = pinentry-tty
diff --git a/PKGBUILD b/PKGBUILD
index 0aa589f9f6a8..e7112fde4f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Volker Schatz <arch@my-name-without-hyphen.com>
pkgname="pinentry-tty"
-pkgver=0.9.1
+pkgver=0.9.7
pkgrel=1
pkgdesc="Passphrase entry on the command line for GnuPG and others"
depends=('libcap>=2.16')
@@ -9,15 +9,16 @@ arch=('i686' 'x86_64')
license=('GPL')
url="http://gnupg.org/related_software/pinentry/"
source=("ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$pkgver.tar.bz2")
-md5sums=('d224d031130aedb44b05164cb04ed88b')
+md5sums=('9510b2de013e818dab619e468298703a')
build() {
cd $srcdir/pinentry-$pkgver
./configure --prefix=/usr \
--enable-pinentry-tty \
--disable-pinentry-curses \
+ --disable-pinentry-gtk3 \
--disable-pinentry-gtk2 \
- --disable-pinentry-qt4 \
+ --disable-pinentry-qt \
--disable-fallback-curses
make
}