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

Jelle van der Waa jelle at archlinux.org
Sat Oct 20 14:23:24 UTC 2018


    Date: Saturday, October 20, 2018 @ 14:23:23
  Author: jelle
Revision: 398089

Fix non reproducible build with convert

Modified:
  bt747/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 14:08:36 UTC (rev 398088)
+++ PKGBUILD	2018-10-20 14:23:23 UTC (rev 398089)
@@ -26,7 +26,7 @@
 }
 
 build() {
-  convert "${pkgname}_128x128.gif" "${pkgname}_128x128.png"
+  convert +set date:create +set date:modify "${pkgname}_128x128.gif" "${pkgname}_128x128.png"
 }
 
 package() {



More information about the arch-commits mailing list