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

Jelle van der Waa jelle at archlinux.org
Thu Sep 27 10:21:53 UTC 2018


    Date: Thursday, September 27, 2018 @ 10:21:52
  Author: jelle
Revision: 386131

Make imagemagick's convert reproducible

Modified:
  fbida/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 10:21:34 UTC (rev 386130)
+++ PKGBUILD	2018-09-27 10:21:52 UTC (rev 386131)
@@ -27,7 +27,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   make verbose=yes
-  convert -resize 25% logo.jpg ida.png
+  convert +set date:create +set date:modify -resize 25% logo.jpg ida.png
 }
 
 package() {



More information about the arch-commits mailing list