summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhovian93692019-12-15 07:45:29 -0500
committerWhovian93692019-12-15 07:45:29 -0500
commit8b32beed078a398f9bcd778d81405e88447f1cad (patch)
treed0f47774f3cd8c0c5681647b150eba730f1927a0
parent18f57bd39e9e87dbb76a90a7cdd5a7f348f7b5e9 (diff)
downloadaur-8b32beed078a398f9bcd778d81405e88447f1cad.tar.gz
Updated CLRMP version and added gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c000e686fca0..e8231fc36484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clrmamepro
pkgdesc = A ROM manager for MAME.
- pkgver = 4.036
+ pkgver = 4.036a
pkgrel = 1
url = https://mamedev.emulab.it/clrmamepro/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = clrmamepro
depends = wine
depends = hicolor-icon-theme
depends = xdg-utils
- source = https://mamedev.emulab.it/clrmamepro/binaries/cmp4036_32.zip
+ source = https://mamedev.emulab.it/clrmamepro/binaries/cmp4036a_32.zip
source = clrmamepro
source = clrmamepro.desktop
sha256sums = 06b07a6c2284668c0771f980c5905267e62b79faf35f30e9a3484314ce69474a
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..511f523d9797
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.zip
+*/
diff --git a/PKGBUILD b/PKGBUILD
index f8f888c304ab..0ec0794c1d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Whovian9369 <Whovian9369 at gmail dot com>
# Contributor: mock <nobody at nowhere dot co dot uk>
pkgname=clrmamepro
-pkgver=4.036
+pkgver=4.036a
pkgrel=1
pkgdesc="A ROM manager for MAME."
arch=('x86_64'
@@ -13,7 +13,7 @@ makedepends=('icoutils')
source=("https://mamedev.emulab.it/clrmamepro/binaries/cmp${pkgver//./}_32.zip"
"clrmamepro"
"clrmamepro.desktop")
-sha256sums=('06b07a6c2284668c0771f980c5905267e62b79faf35f30e9a3484314ce69474a'
+sha256sums=('075aba6b2ef878ec8db32d05f4dd219df1003b14ce2683499e706a5d85b446be'
'497a4a5cfe5daf8ac576f8169e611c6433b73e5019a7a8e4b0a230e531f9cdc4'
'830794b34205387cf69594cf555698ae888574a2f0dcbe63e7e49d1d40dcdeff')