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

Allan McRae allan at archlinux.org
Sun May 24 06:05:19 UTC 2020


    Date: Sunday, May 24, 2020 @ 06:05:19
  Author: allan
Revision: 387476

upgpkg: gnupg 2.2.20-2: fix for reproducibility

Modified:
  gnupg/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 00:21:22 UTC (rev 387475)
+++ PKGBUILD	2020-05-24 06:05:19 UTC (rev 387476)
@@ -5,7 +5,7 @@
 
 pkgname=gnupg
 pkgver=2.2.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
 license=('GPL')
@@ -33,6 +33,9 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in
 	patch -R -p1 -i ../self-sigs-only.patch
+
+	# remove to ensure this is built for reproducibility
+	rm doc/gnupg.info*
 }
 
 build() {



More information about the arch-commits mailing list