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

Antonio Rojas arojas at archlinux.org
Wed Feb 24 08:14:20 UTC 2021


    Date: Wednesday, February 24, 2021 @ 08:14:19
  Author: arojas
Revision: 871012

Update to 0.229

Modified:
  mame/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 06:08:07 UTC (rev 871011)
+++ PKGBUILD	2021-02-24 08:14:19 UTC (rev 871012)
@@ -4,7 +4,7 @@
 # Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=mame
-pkgver=0.228
+pkgver=0.229
 pkgrel=1
 pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support'
 url="https://mamedev.org/"
@@ -16,7 +16,7 @@
 replaces=(sdlmame)
 source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz"
          mame.sh mame.desktop mame.svg)
-sha256sums=('1d8e6f20491492f8b15892ff958f9b067c48eb90cc2fc974b08bde297e657244'
+sha256sums=('414921771ada0804a8c7f3540e33338e8495e16a3bca78a5a2b355abafa51e6a'
             'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
             '0e5e93f84673c2d17a1bf7a6b256cfa54ef89a086a828df19bc054c12776d821'
             '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
@@ -55,7 +55,7 @@
   install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
 
   # Install the binaries
-  install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
+  install -Dm755 mame -t "$pkgdir"/usr/lib/mame
   for _i in castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav pngcmp regrep romcmp \
             split srcclean testkeys unidasm; do
     install -m755 $_i -t "$pkgdir"/usr/lib/mame



More information about the arch-commits mailing list