From 0e9ad53296228377950858843b3bdfbe5d7f0462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 30 Mar 2018 13:12:57 +0200 Subject: [PATCH] mame: update to 0.196 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/mame/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 36e9168991d..6a470a54059 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -1,6 +1,6 @@ # Template file for 'mame' pkgname=mame -version=0195 +version=0196 revision=1 wrksrc="mame-mame${version}" homepage="http://mamedev.org" @@ -8,7 +8,7 @@ distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz" short_desc="The Multiple Arcade Machine Emulator" maintainer="Jürgen Buchmüller " license="GPL-2" -checksum=b18d0e23ecf6b218c43a6770213c850b3c605ead9d29301de34101ed14c28a57 +checksum=fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f hostmakedepends="perl pkg-config python automoc4" makedepends="libstdc++-devel SDL2_ttf-devel $(vopt_if qt qt5-devel) lua-devel @@ -38,7 +38,6 @@ do_build() { esac opts+=" NOWERROR=1" opts+=" OPTIMIZE=3" - opts+=" PRECOMPILE=0" opts+=" TOOLS=1" opts+=" USE_SYSTEM_LIB_EXPAT=1" opts+=" USE_SYSTEM_LIB_ZLIB=1"