summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheConfuZzledDude2019-01-06 21:44:19 +0000
committerTheConfuZzledDude2019-01-06 21:44:19 +0000
commite929945b1733c2e401976e78156e483823514da3 (patch)
tree5b50fe65ad5913272215c9fe25177087e21307ca
parent912a7e49e2417d1db03261176bbc18c564166cdd (diff)
downloadaur-e929945b1733c2e401976e78156e483823514da3.tar.gz
Updated to version 3.01
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ac90b24a8d4..511b206bf9cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lunar-magic
pkgdesc = Level editor for Super Mario World
- pkgver = 3.00
- pkgrel = 1
+ pkgver = 3.01
+ pkgrel = 2
url = https://fusoya.eludevisibility.org/lm/index.html
arch = any
license = custom
makedepends = unzip
depends = wine
- noextract = lm300.zip
- source = https://fusoya.eludevisibility.org/lm/download/lm300.zip
+ noextract = lm301.zip
+ source = https://fusoya.eludevisibility.org/lm/download/lm301.zip
source = lunar-magic
source = lunar-magic.desktop
source = lunar-magic.png
- md5sums = 812f9fc996b3b820d26132a7ba4b481d
+ md5sums = d1b14e7dc71487ba39192411a767970e
md5sums = b962597de58d7341a7b5fbacc264f933
md5sums = 21524585562254d81b837b13e2012e2e
md5sums = 2d08cd1860ee8cc1bf82bcc0dca4ba70
diff --git a/PKGBUILD b/PKGBUILD
index f8b3c9a442ef..a5f299c95ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ConfuZzled <theconfuzzleddude@gmail.com>
pkgname='lunar-magic'
-pkgver=3.00
-pkgrel=1
+pkgver=3.01
+pkgrel=2
pkgdesc='Level editor for Super Mario World'
url='https://fusoya.eludevisibility.org/lm/index.html'
arch=(any)
depends=(wine)
makedepends=(unzip)
-source=(https://fusoya.eludevisibility.org/lm/download/lm300.zip lunar-magic lunar-magic.desktop lunar-magic.png)
-noextract=('lm300.zip')
-md5sums=('812f9fc996b3b820d26132a7ba4b481d'
+source=(https://fusoya.eludevisibility.org/lm/download/lm301.zip lunar-magic lunar-magic.desktop lunar-magic.png)
+noextract=('lm301.zip')
+md5sums=('d1b14e7dc71487ba39192411a767970e'
'b962597de58d7341a7b5fbacc264f933'
'21524585562254d81b837b13e2012e2e'
'2d08cd1860ee8cc1bf82bcc0dca4ba70')
@@ -19,7 +19,7 @@ license=('custom')
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/lunar-magic
- unzip lm300.zip -d $pkgdir/usr/share/lunar-magic
+ unzip lm301.zip -d $pkgdir/usr/share/lunar-magic
sed -n '/The Lunar Magic Mario/,/ use or presence./p' $pkgdir/usr/share/lunar-magic/readme.txt >> LICENSE
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"