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

Antonio Rojas arojas at archlinux.org
Sun Apr 5 19:47:30 UTC 2020


    Date: Sunday, April 5, 2020 @ 19:47:29
  Author: arojas
Revision: 611943

Update to 0.220, install more binaries

Modified:
  mame/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-05 19:47:27 UTC (rev 611942)
+++ PKGBUILD	2020-04-05 19:47:29 UTC (rev 611943)
@@ -4,7 +4,7 @@
 # Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=mame
-pkgver=0.219
+pkgver=0.220
 pkgrel=1
 pkgdesc="A 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=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
+sha256sums=('8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12'
             'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
             '6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
             '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
@@ -33,7 +33,7 @@
 
 build() {
   cd mame-mame${pkgver/./}
-  make -j1 \
+  make \
     NOWERROR=1 \
     OPTIMIZE=2 \
     TOOLS=1 \
@@ -48,8 +48,8 @@
 
   # Install the binaries
   install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
-  for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
-            split srcclean ldverify ldresample; do
+  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
     ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
   done



More information about the arch-commits mailing list