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

Gaetan Bisson bisson at archlinux.org
Thu Mar 26 17:50:44 UTC 2015


    Date: Thursday, March 26, 2015 @ 18:50:44
  Author: bisson
Revision: 234979

fix FS#44342

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-26 16:48:12 UTC (rev 234978)
+++ PKGBUILD	2015-03-26 17:50:44 UTC (rev 234979)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -34,6 +34,7 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../hkps-hostname.patch # FS#43364
+	sed '/noinst_SCRIPTS = gpg-zip/c bin_SCRIPTS += gpg-zip' -i tools/Makefile.in
 }
 
 build() {



More information about the arch-commits mailing list