[arch-commits] Commit in gens/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Oct 2 20:00:55 UTC 2018
Date: Tuesday, October 2, 2018 @ 20:00:54
Author: jelle
Revision: 389076
Make convert reproducible
Don't write date:created, date:modify
Modified:
gens/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-02 19:39:23 UTC (rev 389075)
+++ PKGBUILD 2018-10-02 20:00:54 UTC (rev 389076)
@@ -41,7 +41,7 @@
install -dm 755 "${pkgdir}"/usr/share/{applications,pixmaps}
install -m 644 ../gens.desktop -t "${pkgdir}"/usr/share/applications/
- convert "${pkgdir}"/usr/share/{gens/Gens2.ico[1],pixmaps/gens.png}
+ convert +set date:create +set date:modify "${pkgdir}"/usr/share/{gens/Gens2.ico[1],pixmaps/gens.png}
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list