Date: Friday, September 7, 2012 @ 16:18:14 Author: tpowa Revision: 166440
upgpkg: pinentry 0.8.2-1 bump to latest version Modified: pinentry/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-07 19:59:25 UTC (rev 166439) +++ PKGBUILD 2012-09-07 20:18:14 UTC (rev 166440) @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pinentry -pkgver=0.8.1 -pkgrel=4 +pkgver=0.8.2 +pkgrel=1 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" arch=('i686' 'x86_64') license=('GPL') @@ -11,7 +11,7 @@ makedepends=('gtk2' 'qt') optdepends=('gtk2: for gtk2 backend' 'qt: for qt4 backend') -source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz +source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 qt4-pinentry-window.patch) install=pinentry.install @@ -36,5 +36,5 @@ cd $srcdir/$pkgname-$pkgver make DESTDIR=${pkgdir} install } -md5sums=('81f99904daee5331eb6738408bb024b6' +md5sums=('82e6114e5e27a8ab36f314b332a6e024' '450b8713fe42f1bd93311ef84767c3d8')
