Date: Tuesday, May 11, 2021 @ 20:34:12
  Author: jelle
Revision: 930628

Make mdcat reproducible

Don't embed the timestamp in the gz header.

Modified:
  mdcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-11 20:30:26 UTC (rev 930627)
+++ PKGBUILD    2021-05-11 20:34:12 UTC (rev 930628)
@@ -2,7 +2,7 @@
 # Contributor: Wesley Moore <[email protected]>
 pkgname=mdcat
 pkgver=0.22.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Sophisticated Markdown rendering for the terminal'
 arch=('i686' 'x86_64')
 url="https://github.com/lunaryorn/mdcat";
@@ -47,7 +47,7 @@
     "$pkgdir/usr/share/fish/vendor_completions.d/mdcat.fish"
 
   MANPAGE="$COMPLETIONS_DIR/../mdcat.1"
-  gzip "$MANPAGE"
+  gzip -n "$MANPAGE"
   install -Dm 644 "$MANPAGE.gz" \
     "$pkgdir/usr/share/man/man1/mdcat.1.gz"
 }

Reply via email to