summaryrefslogtreecommitdiff
path: root/core/gnupg/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
committerroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
commit7d3e94229ca9849421d263542eb2c61f64a91c10 (patch)
treea64484da5988880907feb62e68952c19724a24bd /core/gnupg/PKGBUILD
parentef71629a65f6e8052d66775f07b079bf08322476 (diff)
Sat Jan 26 00:08:39 PST 2013
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
}