From 6332d5189db0fba6e6854c5392a876352ac227c8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 29 Feb 2020 16:18:00 +0000 Subject: [PATCH] community/mame to 0.219-1 --- community/mame/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/mame/PKGBUILD b/community/mame/PKGBUILD index 3502b4ffa..3ce46e963 100644 --- a/community/mame/PKGBUILD +++ b/community/mame/PKGBUILD @@ -9,7 +9,7 @@ highmem=1 pkgname=mame -pkgver=0.218 +pkgver=0.219 pkgrel=1 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support." url="https://mamedev.org/" @@ -21,7 +21,7 @@ conflicts=(sdlmame) replaces=(sdlmame) source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh mame.desktop mame.svg) -sha256sums=('c855d2a53956d7ecc6b2d029747495278cd701dc785c50548f0f20ffa673b91f' +sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b' 'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba' '6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b' '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4') @@ -32,11 +32,13 @@ prepare() { # Use system libraries sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile +# except for asio + sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile } build() { cd mame-mame${pkgver/./} - make \ + make -j1 \ NOWERROR=1 \ OPTIMIZE=2 \ TOOLS=1 \