From 6859da4cf8d58dc5cf7a1c4225d298253e8927ca Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 25 Dec 2018 21:55:36 +0000 Subject: [PATCH] community/mame to 0.205-1 --- community/mame/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/mame/PKGBUILD b/community/mame/PKGBUILD index 347764cbc..6ff24af12 100644 --- a/community/mame/PKGBUILD +++ b/community/mame/PKGBUILD @@ -9,8 +9,8 @@ highmem=1 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) @@ -20,7 +20,7 @@ makedepends=(nasm python asio rapidjson glm libxinerama) conflicts=(sdlmame) replaces=(sdlmame) source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh) -sha256sums=('eeb6e304502dc1f1ce5a9c73d59a32865fc6e374c14ecef85d85b6de98a76e42' +sha256sums=('80b7f9feb3a4da34c5c452de13d4f7db12381b8a17a90f41884ea2ca797d92ff' 'da37e17b53759f049234af393bc69c29e1e4aab58df44a9384e7f7160a49db29') @@ -51,6 +51,7 @@ package() { 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