Date: Monday, January 17, 2011 @ 15:41:54 Author: tpowa Revision: 106680
upgpkg: pinentry 0.8.1-1 bump to latest version Modified: pinentry/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-17 20:38:16 UTC (rev 106679) +++ PKGBUILD 2011-01-17 20:41:54 UTC (rev 106680) @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pinentry -pkgver=0.8.0 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" arch=('i686' 'x86_64') license=('GPL') @@ -22,7 +22,6 @@ for file in qt4/*.moc; do /usr/bin/moc ${file/.moc/.h} > ${file} done - patch -Np0 -i ../gtk2-pinentry-segfault.patch ./configure --prefix=/usr \ --enable-pinentry-curses \ --enable-pinentry-gtk \ @@ -36,5 +35,5 @@ rm ${pkgdir}/usr/bin/pinentry ln -s /usr/bin/pinentry-gtk-2 ${pkgdir}/usr/bin/pinentry } -md5sums=('590be1b00f9ab63205843c7fed8caf35' +md5sums=('81f99904daee5331eb6738408bb024b6' 'bd9888fafc56464b2c4deaad5b8edb07')
