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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 3 20:10:37 UTC 2014


    Date: Monday, November 3, 2014 @ 21:10:35
  Author: tpowa
Revision: 225590

upgpkg: pinentry 0.8.4-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-03 20:03:45 UTC (rev 225589)
+++ PKGBUILD	2014-11-03 20:10:35 UTC (rev 225590)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pinentry
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
 arch=('i686' 'x86_64')
@@ -11,16 +11,15 @@
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2: for gtk2 backend'
             'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
-        qt4-pinentry-window.patch)
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+        #qt4-pinentry-window.patch)
 install=pinentry.install
-md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c'
-         '450b8713fe42f1bd93311ef84767c3d8')
+md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   #fix: https://bugs.archlinux.org/task/29998
-  patch -Np1 -i ../qt4-pinentry-window.patch
+  #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