diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
commit | bf27698570c0232bdabb1f9d4636e13829648264 (patch) | |
tree | c5f6187b28bd8e011583c4d24979054af2136839 /extra/gnupg2 | |
parent | 8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff) | |
parent | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/open-vm-tools-modules/PKGBUILD
community/virtualbox/PKGBUILD
core/lilo/PKGBUILD
core/lilo/lilo.conf
core/pam/PKGBUILD
core/syslinux/PKGBUILD
core/syslinux/syslinux.cfg
extra/ethtool/PKGBUILD
extra/libksba/PKGBUILD
extra/lirc/PKGBUILD
Diffstat (limited to 'extra/gnupg2')
-rw-r--r-- | extra/gnupg2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnupg2/PKGBUILD b/extra/gnupg2/PKGBUILD index bf43a7572..4ecc4aee3 100644 --- a/extra/gnupg2/PKGBUILD +++ b/extra/gnupg2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106675 2011-01-17 20:37:07Z tpowa $ +# $Id: PKGBUILD 134651 2011-08-07 10:18:11Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=gnupg2 -pkgver=2.0.17 +pkgver=2.0.18 pkgrel=1 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool" arch=('i686' 'x86_64' 'mips64el') @@ -27,4 +27,4 @@ package() { mv ${pkgdir}/usr/share/gnupg{,2} rm -f ${pkgdir}/usr/share/info/dir } -md5sums=('123af099740fd159c73a0352a274ec81') +md5sums=('2f37e0722666a0fedbe4d9f9227ac4d7') |