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

Balló György bgyorgy at archlinux.org
Wed Jul 1 13:29:49 UTC 2020


    Date: Wednesday, July 1, 2020 @ 13:29:47
  Author: bgyorgy
Revision: 657301

Make convert command reproducible

Modified:
  foxdot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-01 11:46:04 UTC (rev 657300)
+++ PKGBUILD	2020-07-01 13:29:47 UTC (rev 657301)
@@ -33,7 +33,7 @@
 build() {
   cd "$pkgname-$pkgver"
   python setup.py build
-  convert -verbose FoxDot/lib/Workspace/img/icon.gif "${pkgname}.png"
+  convert -verbose FoxDot/lib/Workspace/img/icon.gif +set date:create +set date:modify "${pkgname}.png"
 }
 
 check() {



More information about the arch-commits mailing list