diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-04-29 23:23:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-04-29 23:23:03 (GMT) |
commit | 030887b2d51513a8b17a2cebde5e95117e14d458 (patch) | |
tree | 3773fa776d004fbe844e945306c0003fac1f9359 /abs/extra-testing | |
parent | f477be167c84d659e96d1ceb701a50e9ff30e36c (diff) | |
download | linhes_pkgbuild-030887b2d51513a8b17a2cebde5e95117e14d458.zip linhes_pkgbuild-030887b2d51513a8b17a2cebde5e95117e14d458.tar.gz linhes_pkgbuild-030887b2d51513a8b17a2cebde5e95117e14d458.tar.bz2 |
Updated to latest SDLMAME.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/sdlmame/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra-testing/sdlmame/PKGBUILD b/abs/extra-testing/sdlmame/PKGBUILD index 715f618..cb9d65b 100644 --- a/abs/extra-testing/sdlmame/PKGBUILD +++ b/abs/extra-testing/sdlmame/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD,v 1.15 2008/10/17 10:29:12 sergej Exp $ +# $Id: PKGBUILD,v 1.19 2009/04/24 15:05:30 sergej Exp $ # Contributor: robb_force <robb_force@holybuffalo.net> # Maintainer: JJDaNiMoTh <jjdanimoth@gmail.com> pkgname=sdlmame -pkgver=0.128 +pkgver=0.131 pkgrel=1 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support." url="http://rbelmont.mameworld.info/?page_id=163" @@ -12,12 +12,12 @@ arch=('i686' 'x86_64') depends=('sdl>=1.2.11' 'libxinerama' 'gconf') makedepends=('unzip' 'nasm' 'mesa') DLAGENTS=('http::/usr/bin/wget -U "" -c -t 3 --waitretry=3') -options=('!makeflags') +options=('!makeflags' 'force') install=sdlmame.install source=(http://rbelmont.mameworld.info/${pkgname}${pkgver%.*}${pkgver#*.}.zip \ - sdlmame.sh \ - extras.tar.gz) -md5sums=('4bea3bb5afd2fba15f5370ef2508b5a0' + sdlmame.sh \ + extras.tar.gz) +md5sums=('d4891999ec2ee11cb0d75a1596e17060' '3119ccfa1e970eba4467df31208adaf0' '420b61240bf5ae11615ba7c6100ee00d') |