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

Jelle van der Waa jelle at archlinux.org
Wed Jan 15 09:23:53 UTC 2020


    Date: Wednesday, January 15, 2020 @ 09:23:53
  Author: jelle
Revision: 552603

remove timestamp from gz header

By default gz encodes the timestamp in it's header which makes the package
unreproducible, '-n' does not add a timestamp to the gzip header.

Modified:
  dina-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 08:08:37 UTC (rev 552602)
+++ PKGBUILD	2020-01-15 09:23:53 UTC (rev 552603)
@@ -40,7 +40,7 @@
     for i in Dina_r700-*.bdf; do
         bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
     done
-    gzip *.pcf
+    gzip -n *.pcf
 }
 
 package() {



More information about the arch-commits mailing list