Date: Thursday, April 19, 2012 @ 19:08:39
  Author: bisson
Revision: 156500

add gpgv symlink for compatibility with gnupg-1

Modified:
  gnupg/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-04-19 22:49:53 UTC (rev 156499)
+++ PKGBUILD    2012-04-19 23:08:39 UTC (rev 156500)
@@ -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 @@
        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
 }

Reply via email to