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

Tobias Powalowski tpowa at archlinux.org
Tue Apr 28 14:52:51 UTC 2015


    Date: Tuesday, April 28, 2015 @ 16:52:50
  Author: tpowa
Revision: 238222

upgpkg: pinentry 0.9.1-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-28 14:46:22 UTC (rev 238221)
+++ PKGBUILD	2015-04-28 14:52:50 UTC (rev 238222)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pinentry
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
 arch=('i686' 'x86_64')
@@ -11,19 +11,19 @@
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2: for gtk2 backend'
             'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=pinentry.install
-md5sums=('40a05856cb3accf6679987b7899b0f5a')
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+         'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  for file in qt4/*.moc; do
-       moc-qt4 ${file/.moc/.h} > ${file}
-   done
+  #for file in qt4/*.moc; do
+  #     moc-qt4 ${file/.moc/.h} > ${file}
+  # done
   ./configure --prefix=/usr \
 	--enable-pinentry-curses \
-        --disable-pinentry-gtk \
-        --disable-pinentry-qt \
 	--enable-pinentry-gtk2 \
         --enable-pinentry-qt4 \
 	--enable-fallback-curses



More information about the arch-commits mailing list