From 648599b08776ea788a3ddb0365eb30fda03efe7b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2013 00:41:55 -0700 Subject: Thu May 9 00:41:55 PDT 2013 --- core/pinentry/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/pinentry/PKGBUILD') diff --git a/core/pinentry/PKGBUILD b/core/pinentry/PKGBUILD index df1ec1e64..396749417 100644 --- a/core/pinentry/PKGBUILD +++ b/core/pinentry/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179010 2013-03-01 10:28:10Z andrea $ +# $Id: PKGBUILD 184780 2013-05-08 13:18:14Z tpowa $ # Maintainer: Tobias Powalowski pkgname=pinentry -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.3 +pkgrel=1 pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" arch=('i686' 'x86_64') license=('GPL') @@ -14,6 +14,8 @@ optdepends=('gtk2: for gtk2 backend' source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2 qt4-pinentry-window.patch) install=pinentry.install +md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c' + '450b8713fe42f1bd93311ef84767c3d8') build() { cd $srcdir/$pkgname-$pkgver @@ -36,5 +38,3 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=${pkgdir} install } -md5sums=('82e6114e5e27a8ab36f314b332a6e024' - '450b8713fe42f1bd93311ef84767c3d8') -- cgit v1.2.3-54-g00ecf