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

Tobias Powalowski tpowa at archlinux.org
Wed Nov 12 11:44:32 UTC 2014


    Date: Wednesday, November 12, 2014 @ 12:44:31
  Author: tpowa
Revision: 226110

upgpkg: pinentry 0.9.0-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-12 07:45:01 UTC (rev 226109)
+++ PKGBUILD	2014-11-12 11:44:31 UTC (rev 226110)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pinentry
-pkgver=0.8.4
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
 arch=('i686' 'x86_64')
@@ -12,14 +12,11 @@
 optdepends=('gtk2: for gtk2 backend'
             'qt4: for qt4 backend')  
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-        #qt4-pinentry-window.patch)
 install=pinentry.install
-md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
+md5sums=('40a05856cb3accf6679987b7899b0f5a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  #fix: https://bugs.archlinux.org/task/29998
-  #patch -Np1 -i ../qt4-pinentry-window.patch
   for file in qt4/*.moc; do
        moc-qt4 ${file/.moc/.h} > ${file}
    done



More information about the arch-commits mailing list