summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-09-25 02:55:36 +0200
committerCarsten Teibes2014-09-25 02:55:36 +0200
commitbdf860de54b67af00221208496fa6dc889422f6b (patch)
tree1b1d165e40da450ced263f3eeda6542f0779eed1
parent86d52d352926a33f64a212ff23e6bcb3c10e7fe0 (diff)
downloadaur-bdf860de54b67af00221208496fa6dc889422f6b.tar.gz
[upd] 0.63.11→0.63.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e62ee42948..9fa189df7338 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.11
+ pkgver = 0.63.12
pkgrel = 1
url = http://rainemu.swishparty.co.uk
arch = i686
@@ -20,10 +20,10 @@ pkgbase = raine
conflicts = neoraine
replaces = neoraine
options = emptydirs
- source = raine-0.63.11.tar.gz::http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=363cf98;sf=tgz
- source = http://rainemu.swishparty.co.uk/html/archive/debian/dists/unstable/main/binary-i386/raine_0.63.11_i386.deb
- sha256sums = cba21039848027e2aff655c549c1ce51bd587c9d4e1496ecd7af335fe9d0eb0e
- sha256sums = 2929e2fdafd517f73338a9378d6739c6b126194c0ae94d9d059aa4d99d97b239
+ 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
pkgname = raine
diff --git a/PKGBUILD b/PKGBUILD
index a5b553b96811..82f07c0d2546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=raine
-pkgver=0.63.11
-_gitver=363cf98
+pkgver=0.63.12
+_gitver=f71d72e
pkgrel=1
pkgdesc="A multiple arcade emulator focused on 680x0 machines like NeoCD and Neo Geo"
url="http://rainemu.swishparty.co.uk"
@@ -24,8 +24,8 @@ optdepends=('raine-artwork: additional background graphics for some games'
'arcade-history-dat: database with various information about the loaded rom')
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=('cba21039848027e2aff655c549c1ce51bd587c9d4e1496ecd7af335fe9d0eb0e'
- '2929e2fdafd517f73338a9378d6739c6b126194c0ae94d9d059aa4d99d97b239')
+sha256sums=('c3fef37487ebb9af01029def62c4fa4e6cd1666bfd77946a85a46b588c4f0d97'
+ '01a0e022ac524dcf74205c606d8f291a8122ea886d3be2c2f8f6cc651c7c2f79')
options=('emptydirs')
prepare() {