[arch-commits] CVS update of extra/system/pinentry (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Jul 15 10:22:14 UTC 2007
Date: Sunday, July 15, 2007 @ 06:22:14
Author: tpowa
Path: /home/cvs-extra/extra/system/pinentry
Modified: PKGBUILD (1.5 -> 1.6)
'upgpkg: update to new version'
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Index: extra/system/pinentry/PKGBUILD
diff -u extra/system/pinentry/PKGBUILD:1.5 extra/system/pinentry/PKGBUILD:1.6
--- extra/system/pinentry/PKGBUILD:1.5 Tue May 30 13:31:15 2006
+++ extra/system/pinentry/PKGBUILD Sun Jul 15 06:22:14 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.5 2006/05/30 17:31:15 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.6 2007/07/15 10:22:14 tpowa Exp $
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=pinentry
-pkgver=0.7.2
-pkgrel=3
+pkgver=0.7.3
+pkgrel=1
pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
arch=(i686 x86_64)
+license=('GPL')
url="http://www.gnupg.org/aegypten2"
depends=('ncurses' 'libcap')
makedepends=('gtk' 'qt' 'gtk2')
source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('55626ce13ed76d82ec5330d19bdf3ab4')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -23,3 +23,4 @@
make || return 1
make DESTDIR=$startdir/pkg install
}
+md5sums=('59282278405a8264b39ea28678c78cf4')
More information about the arch-commits
mailing list