diff options
Diffstat (limited to 'core/gnupg')
-rw-r--r-- | core/gnupg/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD index 41e704157..cfc51b06a 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 154487 2012-03-29 08:18:37Z bisson $ +# $Id: PKGBUILD 156582 2012-04-21 09:42:46Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gnupg pkgver=2.0.19 -pkgrel=1 +pkgrel=2 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' license=('GPL') @@ -42,5 +42,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install ln -s gpg2 "${pkgdir}"/usr/bin/gpg + ln -s gpg2 "${pkgdir}"/usr/bin/gpgv ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz } |