summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wolf2016-12-19 15:34:12 +0100
committerSebastian Wolf2016-12-19 15:34:12 +0100
commit427a5269c4c34629192acd69a27f5d64eebee5a9 (patch)
tree5c1183fb56dfe68c83bd15374b93f03bb06d87da
parentc71b753ea78bb8cd24382038237db985bb3be585 (diff)
downloadaur-427a5269c4c34629192acd69a27f5d64eebee5a9.tar.gz
Version bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21d00d6abf5d..625dc56475b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
+# Generated by mksrcinfo v8
+# Mon Dec 19 14:32:24 UTC 2016
pkgbase = advancemame
- pkgdesc = Unofficial MAME version with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors
- pkgver = 1.4
+ pkgdesc = AdvanceMAME allows you to play Arcade games with video hardware like TVs, Arcade monitors, PC monitors and LCD screens. Also includes AdvanceMENU frontend.
+ pkgver = 3.0
pkgrel = 1
url = http://www.advancemame.it
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
depends = sdl
depends = alsa-lib
depends = expat
depends = freetype2
depends = slang
- source = https://github.com/amadvance/advancemame/releases/download/advancemame-1.4/advancemame-1.4.tar.gz
- md5sums = c11198e2e5eaa834a2bf00739e57b7fd
+ conflicts = advancemenu
+ source = https://github.com/amadvance/advancemame/releases/download/v3.0/advancemame-3.0.tar.gz
+ sha256sums = 19077f55ab636ac8e996d87775a1eb86c2ced381cbcd57c1e0c0bf410f4b4101
pkgname = advancemame
diff --git a/PKGBUILD b/PKGBUILD
index 6f945aaed7dd..3aef7bdf183c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Contributor: Sebastian Wolf <swolf at melonkru dot de>
+# Contributor: Sebastian Wolf <fatmike303@gmail.com>
pkgname=advancemame
-pkgver=1.4
+pkgver=3.0
pkgrel=1
-pkgdesc="Unofficial MAME version with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors"
-arch=('i686' 'x86_64')
+pkgdesc="AdvanceMAME allows you to play Arcade games with video hardware like TVs, Arcade monitors, PC monitors and LCD screens. Also includes AdvanceMENU frontend."
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.advancemame.it"
depends=('sdl' 'alsa-lib' 'expat' 'freetype2' 'slang')
+conflicts=('advancemenu')
license=('GPL')
-source=("https://github.com/amadvance/advancemame/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c11198e2e5eaa834a2bf00739e57b7fd')
+source=("https://github.com/amadvance/advancemame/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('19077f55ab636ac8e996d87775a1eb86c2ced381cbcd57c1e0c0bf410f4b4101')
build() {
cd $srcdir/$pkgname-$pkgver