Date: Tuesday, December 25, 2018 @ 21:25:12 Author: arojas Revision: 418097
Update to 0.205 Modified: mame/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-25 19:58:35 UTC (rev 418096) +++ PKGBUILD 2018-12-25 21:25:12 UTC (rev 418097) @@ -4,8 +4,8 @@ # Contributor: JJDaNiMoTh <[email protected]> pkgname=mame -pkgver=0.204 -pkgrel=2 +pkgver=0.205 +pkgrel=1 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support." url="http://mamedev.org/" license=(GPL2) @@ -15,7 +15,7 @@ conflicts=(sdlmame) replaces=(sdlmame) source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh) -sha256sums=('eeb6e304502dc1f1ce5a9c73d59a32865fc6e374c14ecef85d85b6de98a76e42' +sha256sums=('80b7f9feb3a4da34c5c452de13d4f7db12381b8a17a90f41884ea2ca797d92ff' 'da37e17b53759f049234af393bc69c29e1e4aab58df44a9384e7f7160a49db29') @@ -46,6 +46,7 @@ for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \ split srcclean ldverify ldresample; do install -m755 $_i -t "$pkgdir"/usr/lib/mame + ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i done # Install the extra bits
