[arch-commits] CVS update of extra/system/gpgme (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Jul 15 10:33:07 UTC 2007
Date: Sunday, July 15, 2007 @ 06:33:07
Author: tpowa
Path: /home/cvs-extra/extra/system/gpgme
Modified: PKGBUILD (1.17 -> 1.18)
'upgpgk: update to new version'
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Index: extra/system/gpgme/PKGBUILD
diff -u extra/system/gpgme/PKGBUILD:1.17 extra/system/gpgme/PKGBUILD:1.18
--- extra/system/gpgme/PKGBUILD:1.17 Wed Mar 7 17:43:25 2007
+++ extra/system/gpgme/PKGBUILD Sun Jul 15 06:33:07 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.17 2007/03/07 22:43:25 tpowa Exp $
+# $Id: PKGBUILD,v 1.18 2007/07/15 10:33:07 tpowa Exp $
# Contributor: Sarah Hay <sarah at archlinux.org>
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=gpgme
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="A C wrapper library for GnuPG."
arch=(i686 x86_64)
+license=('GPL')
depends=('libgpg-error>=1.5' 'pth' 'gnupg' 'gnupg2')
options=('nolibtool')
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.gz)
url="http://www.gnupg.org/related_software/gpgme/"
-md5sums=('0a2d20f70e6e01a4869ad6b7497404ae')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -19,3 +19,4 @@
make || return 1
make DESTDIR=${startdir}/pkg install
}
+md5sums=('4ce6d6c0e4170a0dfba4c051465f2b31')
More information about the arch-commits
mailing list