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

Kyle Keen kkeen at archlinux.org
Fri Sep 28 22:56:12 UTC 2018


    Date: Friday, September 28, 2018 @ 22:56:11
  Author: kkeen
Revision: 387548

reproducible imagemagick

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 22:55:11 UTC (rev 387547)
+++ PKGBUILD	2018-09-28 22:56:11 UTC (rev 387548)
@@ -29,7 +29,7 @@
     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() {



More information about the arch-commits mailing list