Date: Friday, December 4, 2015 @ 22:28:06 Author: bisson Revision: 252355
upstream update Modified: pinentry/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-04 21:00:41 UTC (rev 252354) +++ PKGBUILD 2015-12-04 21:28:06 UTC (rev 252355) @@ -1,20 +1,20 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pinentry -pkgver=0.9.5 -pkgrel=2 +pkgver=0.9.6 +pkgrel=1 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" arch=('i686' 'x86_64') license=('GPL') url="http://gnupg.org/related_software/pinentry/" -depends=('ncurses' 'libcap>=2.16') +depends=('ncurses' 'libcap>=2.16' 'libassuan') makedepends=('gtk2' 'qt4') optdepends=('gtk2: for gtk2 backend' 'qt4: for qt4 backend') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) install=pinentry.install -md5sums=('55439c4436b59573a29e144916ee5b61' - 'SKIP') +sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' + 'SKIP') validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch build() {
