diff options
author | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
commit | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch) | |
tree | 91f021858c2e33e1a6633c12b80e54105fd7500b /core/gpgme | |
parent | 26606f981048ee9efcda690b619d3c53501a7a58 (diff) |
Tue Aug 20 02:14:51 PDT 2013
Diffstat (limited to 'core/gpgme')
-rw-r--r-- | core/gpgme/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD index 49fac9cef..bbccef1bc 100644 --- a/core/gpgme/PKGBUILD +++ b/core/gpgme/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 192198 2013-08-07 12:41:11Z tpowa $ +# $Id: PKGBUILD 193205 2013-08-19 07:48:04Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Sarah Hay <sarah@archlinux.org> pkgname=gpgme -pkgver=1.4.2 -pkgrel=2 +pkgver=1.4.3 +pkgrel=1 pkgdesc="A C wrapper library for GnuPG" arch=('i686' 'x86_64') url="http://www.gnupg.org/related_software/gpgme/" @@ -14,7 +14,7 @@ depends=('libgpg-error' 'pth' 'gnupg>=2') install=${pkgname}.install options=('!libtool' '!emptydirs') source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be' +md5sums=('334e524cffa8af4e2f43ae8afe585672' 'SKIP') build() { |