[arch-commits] Commit in gnupg/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sat Mar 24 20:57:08 UTC 2012


    Date: Saturday, March 24, 2012 @ 16:57:08
  Author: bisson
Revision: 154247

add a link so that "man gpg" works

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-24 18:09:09 UTC (rev 154246)
+++ PKGBUILD	2012-03-24 20:57:08 UTC (rev 154247)
@@ -5,7 +5,7 @@
 
 pkgname=gnupg
 pkgver=2.0.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -40,4 +40,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+  ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
 }




More information about the arch-commits mailing list