summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Freed2019-07-30 09:48:03 +0100
committerZachary Freed2019-07-30 09:48:03 +0100
commit4bb8e57145abf46c296458c62558461bae9ed9be (patch)
tree1d062af4c6b8adaa49cf177190df58fc5bcbc557
parentea757271c978c7bc81b0509f7522ab14f206df46 (diff)
downloadaur-4bb8e57145abf46c296458c62558461bae9ed9be.tar.gz
Updated to 3.04
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2acd1e95981..deacf9a189e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lunar-magic
pkgdesc = Level editor for Super Mario World
- pkgver = 3.03
- pkgrel = 4
- url = https://fusoya.eludevisibility.org/lm/index.html
+ pkgver = 3.04
+ pkgrel = 5
+ url = https://fusoya.eludevisibility.org/lm/download/lm304.zip
arch = any
license = custom
makedepends = unzip
depends = wine
- noextract = lm303.zip
- source = https://fusoya.eludevisibility.org/lm/download/lm303.zip
+ noextract = lm304.zip
+ source = https://fusoya.eludevisibility.org/lm/download/lm304.zip
source = lunar-magic
source = lunar-magic.desktop
source = lunar-magic.png
- md5sums = fce94bb3e097e6b39198abf5d993c18e
+ md5sums = fb29c6e5a64f569df5716052b5439aad
md5sums = b962597de58d7341a7b5fbacc264f933
md5sums = 21524585562254d81b837b13e2012e2e
md5sums = 2d08cd1860ee8cc1bf82bcc0dca4ba70
diff --git a/PKGBUILD b/PKGBUILD
index 44c0f706192a..5029674f805b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ConfuZzled <theconfuzzleddude@gmail.com>
pkgname='lunar-magic'
-pkgver=3.03
-pkgrel=4
+pkgver=3.04
+pkgrel=5
pkgdesc='Level editor for Super Mario World'
-url='https://fusoya.eludevisibility.org/lm/index.html'
+url='https://fusoya.eludevisibility.org/lm/download/lm304.zip'
arch=(any)
depends=(wine)
makedepends=(unzip)
-source=(https://fusoya.eludevisibility.org/lm/download/lm303.zip lunar-magic lunar-magic.desktop lunar-magic.png)
-noextract=('lm303.zip')
-md5sums=('fce94bb3e097e6b39198abf5d993c18e'
+source=(https://fusoya.eludevisibility.org/lm/download/lm304.zip lunar-magic lunar-magic.desktop lunar-magic.png)
+noextract=('lm304.zip')
+md5sums=('fb29c6e5a64f569df5716052b5439aad'
'b962597de58d7341a7b5fbacc264f933'
'21524585562254d81b837b13e2012e2e'
'2d08cd1860ee8cc1bf82bcc0dca4ba70')
@@ -19,7 +19,7 @@ license=('custom')
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/lunar-magic
- unzip lm303.zip -d $pkgdir/usr/share/lunar-magic
+ unzip lm304.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"