diff options
author | root <root@rshg054.dnsready.net> | 2012-09-18 00:20:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-18 00:20:21 -0700 |
commit | 0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (patch) | |
tree | 5e9211b5c62c88d15ad6652e0575105433af04dc /core/pinentry/PKGBUILD | |
parent | d1d75c37c446dfbe9cbae503300e17f2973dbf44 (diff) |
Tue Sep 18 00:20:18 PDT 2012
Diffstat (limited to 'core/pinentry/PKGBUILD')
-rw-r--r-- | core/pinentry/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
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 <tpowa@archlinux.org> 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') |