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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 08:30:09 UTC 2018


    Date: Friday, September 28, 2018 @ 08:30:09
  Author: arodseth
Revision: 386951

upgpkg: asciiportal 1.3-5

Modified:
  asciiportal/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 08:25:32 UTC (rev 386950)
+++ PKGBUILD	2018-09-28 08:30:09 UTC (rev 386951)
@@ -1,10 +1,10 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Baptiste Jonglez <baptiste at jonglez.org>
 # Contributor: Serge Ziryukin <ftrvxmtrx at gmail.com>
 
 pkgname=asciiportal
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Text based puzzle game inspired by the popular video game'
 arch=('x86_64')
 url='https://github.com/cymonsgames/ASCIIpOrtal'
@@ -22,8 +22,11 @@
     --pkgname $pkgname \
     --pkgdesc "$pkgdesc" \
     --exec $pkgname
-
-  convert $pkgname.png -resize 48x48\! ${pkgname}48x48.png
+  convert \
+    +set date:create +set date:modify \
+    $pkgname.png \
+    -resize 48x48\! \
+    ${pkgname}48x48.png
 }
 
 build() {
@@ -32,9 +35,8 @@
 
 package() {
   make -C ASCIIpOrtal DESTDIR="$pkgdir" install
-
   install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 ${pkgname}48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-} 
+}
 
-# vim:ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list