summaryrefslogtreecommitdiff
path: root/core/gnupg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/gnupg/PKGBUILD')
-rw-r--r--core/gnupg/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index 24b478db1..5d991467a 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 173102 2012-12-11 00:42:05Z bisson $
+# $Id: PKGBUILD 175919 2013-01-25 01:06:48Z 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=3
+pkgrel=4
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
license=('GPL')
@@ -44,6 +44,7 @@ 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 gpgv2 "${pkgdir}"/usr/bin/gpgv
ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+ rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
}