summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-11-08 19:28:41 +0100
committerCarsten Teibes2014-11-08 19:28:41 +0100
commit3ec7c397e800d811e25e0dd1bb667c8a87b3a2a9 (patch)
tree4f47a545a086b14c3ddd24869ef73917c8723fc3
parentbdf860de54b67af00221208496fa6dc889422f6b (diff)
downloadaur-3ec7c397e800d811e25e0dd1bb667c8a87b3a2a9.tar.gz
[upd] 0.63.12→0.63.13
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa189df7338..2c522f6b6d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raine
pkgdesc = A multiple arcade emulator focused on 680x0 machines like NeoCD and Neo Geo
- pkgver = 0.63.12
+ pkgver = 0.63.13
pkgrel = 1
url = http://rainemu.swishparty.co.uk
arch = i686
@@ -16,14 +16,15 @@ pkgbase = raine
optdepends = raine-artwork: additional background graphics for some games
optdepends = raine-emudx: improved graphic and sound files for some classic games
optdepends = arcade-history-dat: database with various information about the loaded rom
+ optdepends = arcade-command-dat: database with button combinations for special moves in (mostly fighting) games
provides = neoraine
conflicts = neoraine
replaces = neoraine
options = emptydirs
- source = raine-0.63.12.tar.gz::http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=f71d72e;sf=tgz
- source = http://rainemu.swishparty.co.uk/html/archive/debian/dists/unstable/main/binary-i386/raine_0.63.12_i386.deb
- sha256sums = c3fef37487ebb9af01029def62c4fa4e6cd1666bfd77946a85a46b588c4f0d97
- sha256sums = 01a0e022ac524dcf74205c606d8f291a8122ea886d3be2c2f8f6cc651c7c2f79
+ source = raine-0.63.13.tar.gz::http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=a196b90;sf=tgz
+ source = http://rainemu.swishparty.co.uk/html/archive/debian/dists/unstable/main/binary-i386/raine_0.63.13_i386.deb
+ sha256sums = 85ccd5ec8dd0a9530ffbd96d6b1f1f4882b76142ce758885fc9674cc03bf9750
+ sha256sums = 25089231d22fcf7777d84c0947d19a28f6c2cd0ec4dc4d261d8f849a369f86d7
pkgname = raine
diff --git a/PKGBUILD b/PKGBUILD
index 82f07c0d2546..ef4d1bfa3082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=raine
-pkgver=0.63.12
-_gitver=f71d72e
+pkgver=0.63.13
+_gitver=a196b90
pkgrel=1
pkgdesc="A multiple arcade emulator focused on 680x0 machines like NeoCD and Neo Geo"
url="http://rainemu.swishparty.co.uk"
@@ -21,11 +21,12 @@ if [ "$CARCH" == "x86_64" ]; then
fi
optdepends=('raine-artwork: additional background graphics for some games'
'raine-emudx: improved graphic and sound files for some classic games'
- 'arcade-history-dat: database with various information about the loaded rom')
+ 'arcade-history-dat: database with various information about the loaded rom'
+ 'arcade-command-dat: database with button combinations for special moves in (mostly fighting) games')
source=(raine-$pkgver.tar.gz::"$url/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=$_gitver;sf=tgz"
"$url/html/archive/debian/dists/unstable/main/binary-i386/raine_${pkgver}_i386.deb")
-sha256sums=('c3fef37487ebb9af01029def62c4fa4e6cd1666bfd77946a85a46b588c4f0d97'
- '01a0e022ac524dcf74205c606d8f291a8122ea886d3be2c2f8f6cc651c7c2f79')
+sha256sums=('85ccd5ec8dd0a9530ffbd96d6b1f1f4882b76142ce758885fc9674cc03bf9750'
+ '25089231d22fcf7777d84c0947d19a28f6c2cd0ec4dc4d261d8f849a369f86d7')
options=('emptydirs')
prepare() {
@@ -64,6 +65,7 @@ package() {
install -d "$pkgdir"/usr/share/{doc,licenses}/raine
install -m644 docs/* changes/* "$pkgdir"/usr/share/doc/raine
head -n5 source/raine.c > "$pkgdir"/usr/share/licenses/raine/LICENSE
- # symlink neoraine, both projects have been merged
+ # deprecate neoraine, both projects have been merged
ln -s raine "$pkgdir"/usr/bin/neoraine
+ rm "$pkgdir"/usr/share/{applications,pixmaps}/neoraine.*
}