summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c11c5ef5dbc2..034ea5b7c2ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = sdlmame-cheats
pkgdesc = Official XML Cheat Collection for MAME
- pkgver = 0.187
- pkgrel = 2
+ pkgver = 0.200
+ pkgrel = 1
url = http://www.mamecheat.co.uk/
install = sdlmame-cheats.install
arch = any
license = unknown
makedepends = unzip
depends = mame>=0.145u1
- optdepends = mame>=0.187: this package is best used with an up-to-date version of mame.
- source = http://cheat.retrogames.com/download/cheat0187.zip
- sha1sums = 45077766f3fed69d0499ea88abf08de2c1b40afb
+ optdepends = mame>=0.200: this package is best used with an up-to-date version of mame.
+ source = http://cheat.retrogames.com/download/cheat0200.zip
+ sha1sums = 986499b423b5259da38c7aff64c1dea327857bfa
pkgname = sdlmame-cheats
diff --git a/PKGBUILD b/PKGBUILD
index 28c4251459c2..7e6ac096b140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: listx <linusarver <at> gmail <dot> com>
pkgname=sdlmame-cheats
-pkgver=0.187
-pkgrel=2
-_srcver=0187
+pkgver=0.200
+pkgrel=1
+_srcver=0200
pkgdesc='Official XML Cheat Collection for MAME'
url='http://www.mamecheat.co.uk/'
license=('unknown')
@@ -15,14 +15,14 @@ optdepends=("mame>=$pkgver: this package is best used with an up-to-date version
makedepends=('unzip')
source=("http://cheat.retrogames.com/download/cheat${_srcver}.zip")
install=sdlmame-cheats.install
-sha1sums=('45077766f3fed69d0499ea88abf08de2c1b40afb')
+sha1sums=('986499b423b5259da38c7aff64c1dea327857bfa')
build() {
unzip -of "cheat${_srcver}.zip"
}
package() {
- install -Dm644 cheat.7z "$pkgdir/usr/share/mame/cheat.7z"
+ install -Dm644 cheat.7z "$pkgdir/usr/lib/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"
}