[arch-commits] Commit in pinentry/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Tue Dec 8 08:33:26 UTC 2015


    Date: Tuesday, December 8, 2015 @ 09:33:26
  Author: bisson
Revision: 253599

upstream update

Modified:
  pinentry/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-08 08:05:31 UTC (rev 253598)
+++ PKGBUILD	2015-12-08 08:33:26 UTC (rev 253599)
@@ -1,31 +1,29 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pinentry
-pkgver=0.9.6
-pkgrel=3
-pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
+pkgver=0.9.7
+pkgrel=1
+pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
+url='http://gnupg.org/related_software/pinentry/'
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://gnupg.org/related_software/pinentry/"
-depends=('ncurses' 'libcap>=2.16' 'libassuan')
+depends=('ncurses' 'libcap' 'libassuan')
 makedepends=('gtk2' 'qt5-base' 'gcr')
 optdepends=('gtk2: gtk2 backend'
             'qt5-base: qt backend'
             'gcr: gnome3 backend')
-source=("ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
 
 install=install
 
 build() {
-	cd $srcdir/$pkgname-$pkgver
-
-	# https://bugs.gnupg.org/gnupg/issue1961
-	CXXFLAGS+=' -std=c++11'
-
-	./configure --prefix=/usr \
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure \
+		--prefix=/usr \
 		--enable-pinentry-curses \
 		--enable-fallback-curses \
 		--enable-pinentry-tty \
@@ -38,6 +36,6 @@
 }
 
 package() {
-	cd $srcdir/$pkgname-$pkgver
-	make DESTDIR=${pkgdir} install
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list