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
 

Reply via email to