summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin C. Doege2018-04-25 11:47:16 +0200
committerMartin C. Doege2018-04-25 11:47:16 +0200
commitcd9d9375924f782c4836b36cb13e640c59670fa3 (patch)
tree726213b544bb87e94bdddec2f93265c9af3dea21 /PKGBUILD
parente30f0a0f615b85a6c43b3fcdd43b94d485424bee (diff)
downloadaur-cd9d9375924f782c4836b36cb13e640c59670fa3.tar.gz
sdlmame has been renamed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f6b76ff263b..28c4251459c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=sdlmame-cheats
pkgver=0.187
-pkgrel=1
+pkgrel=2
_srcver=0187
pkgdesc='Official XML Cheat Collection for MAME'
url='http://www.mamecheat.co.uk/'
license=('unknown')
arch=('any')
-depends=('sdlmame>=0.145u1') # XML cheat engine since 0.127, 7z support since 0.145u1
-optdepends=("sdlmame>=$pkgver: this package is best used with an up-to-date version of sdlmame.")
+depends=('mame>=0.145u1') # XML cheat engine since 0.127, 7z support since 0.145u1
+optdepends=("mame>=$pkgver: this package is best used with an up-to-date version of mame.")
makedepends=('unzip')
source=("http://cheat.retrogames.com/download/cheat${_srcver}.zip")
install=sdlmame-cheats.install
@@ -22,7 +22,7 @@ build() {
}
package() {
- install -Dm644 cheat.7z "$pkgdir/usr/share/sdlmame/cheat.7z"
+ install -Dm644 cheat.7z "$pkgdir/usr/share/mame/cheat.7z"
install -Dm644 cheat.txt "$pkgdir/usr/share/doc/sdlmame-cheats/cheat.txt"
install -Dm644 "!README_FIRST!!.txt" "$pkgdir/usr/share/doc/sdlmame-cheats/!README_FIRST!!.txt"
}