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

Christian Hesse eworm at archlinux.org
Mon Dec 30 23:04:47 UTC 2019


    Date: Monday, December 30, 2019 @ 23:04:47
  Author: eworm
Revision: 372395

upgpkg: grub 2:2.04-5

make the build reproducible (second try...)

Modified:
  grub/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-30 18:34:57 UTC (rev 372394)
+++ PKGBUILD	2019-12-30 23:04:47 UTC (rev 372395)
@@ -23,7 +23,7 @@
 pkgdesc='GNU GRand Unified Bootloader (2)'
 _pkgver=2.04
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
 epoch=2
 url='https://www.gnu.org/software/grub/'
 arch=('x86_64')
@@ -143,6 +143,9 @@
 	./bootstrap \
 		--gnulib-srcdir="${srcdir}/gnulib/" \
 		--no-git
+
+	echo "Make translations reproducible..."
+	sed -i '1i /^PO-Revision-Date:/ d' po/*.sed
 }
 
 _build_grub-common_and_bios() {
@@ -179,7 +182,7 @@
 		"${_configure_options[@]}"
 
 	if [ ! -z "${SOURCE_DATE_EPOCH}" ]; then
-		echo "Make the build reproducible..."
+		echo "Make info pages reproducible..."
 		touch -d "@${SOURCE_DATE_EPOCH}" $(find -name '*.texi')
 	fi
 



More information about the arch-commits mailing list