summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheConfuZzledDude2019-04-25 21:09:49 +0100
committerTheConfuZzledDude2019-04-25 21:09:49 +0100
commitea757271c978c7bc81b0509f7522ab14f206df46 (patch)
treef15f4e5bf52a9aa65109b365f613d2025c3662a1
parentd4e91f72419f84ad2dce09d12d3c17723a93a811 (diff)
downloadaur-ea757271c978c7bc81b0509f7522ab14f206df46.tar.gz
Updated to 3.03
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039da711e246..c2acd1e95981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lunar-magic
pkgdesc = Level editor for Super Mario World
- pkgver = 3.02
- pkgrel = 3
+ pkgver = 3.03
+ pkgrel = 4
url = https://fusoya.eludevisibility.org/lm/index.html
arch = any
license = custom
makedepends = unzip
depends = wine
- noextract = lm302.zip
- source = https://fusoya.eludevisibility.org/lm/download/lm302.zip
+ noextract = lm303.zip
+ source = https://fusoya.eludevisibility.org/lm/download/lm303.zip
source = lunar-magic
source = lunar-magic.desktop
source = lunar-magic.png
- md5sums = 967f8f6fde02d7ec4c42e8810b86f752
+ md5sums = fce94bb3e097e6b39198abf5d993c18e
md5sums = b962597de58d7341a7b5fbacc264f933
md5sums = 21524585562254d81b837b13e2012e2e
md5sums = 2d08cd1860ee8cc1bf82bcc0dca4ba70
diff --git a/PKGBUILD b/PKGBUILD
index 4c2774a546b9..44c0f706192a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ConfuZzled <theconfuzzleddude@gmail.com>
pkgname='lunar-magic'
-pkgver=3.02
-pkgrel=3
+pkgver=3.03
+pkgrel=4
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/lm302.zip lunar-magic lunar-magic.desktop lunar-magic.png)
-noextract=('lm302.zip')
-md5sums=('967f8f6fde02d7ec4c42e8810b86f752'
+source=(https://fusoya.eludevisibility.org/lm/download/lm303.zip lunar-magic lunar-magic.desktop lunar-magic.png)
+noextract=('lm303.zip')
+md5sums=('fce94bb3e097e6b39198abf5d993c18e'
'b962597de58d7341a7b5fbacc264f933'
'21524585562254d81b837b13e2012e2e'
'2d08cd1860ee8cc1bf82bcc0dca4ba70')
@@ -19,7 +19,7 @@ license=('custom')
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/lunar-magic
- unzip lm302.zip -d $pkgdir/usr/share/lunar-magic
+ unzip lm303.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"