From 0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Sep 2012 00:20:21 -0700 Subject: Tue Sep 18 00:20:18 PDT 2012 --- core/pinentry/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/pinentry') diff --git a/core/pinentry/PKGBUILD b/core/pinentry/PKGBUILD index 072a2b244..b5c199b3c 100644 --- a/core/pinentry/PKGBUILD +++ b/core/pinentry/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160802 2012-06-06 10:36:53Z tpowa $ +# $Id: PKGBUILD 166720 2012-09-17 05:06:14Z tpowa $ # Maintainer: Tobias Powalowski 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 @@ depends=('ncurses' 'libcap>=2.16') 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 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=${pkgdir} install } -md5sums=('81f99904daee5331eb6738408bb024b6' +md5sums=('82e6114e5e27a8ab36f314b332a6e024' '450b8713fe42f1bd93311ef84767c3d8') -- cgit v1.2.3-54-g00ecf