git » openscad.git » commit 0707757

reproducible imagemagick

author Kyle Keen
2018-09-28 22:56:11 UTC
committer Kyle Keen
2018-09-28 22:56:11 UTC
parent 925a604906486b61de8492e30f8880c22912b0e9

reproducible imagemagick

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 677720d..91991dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
     cd "$srcdir/$pkgname-$_ver"
     qmake-qt5 PREFIX="/usr"
     make
-    convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+    convert +set date:create +set date:modify "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
 }
 
 check() {