summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheConfuZzledDude2019-09-26 19:51:12 +0100
committerTheConfuZzledDude2019-09-26 19:51:12 +0100
commit816962f06887109528bda8503cc3c54bdf332787 (patch)
treeddb72f01ae97dee979d2e993e6285dc2c1cc5e17
parent4bb8e57145abf46c296458c62558461bae9ed9be (diff)
downloadaur-816962f06887109528bda8503cc3c54bdf332787.tar.gz
Updated to 3.10
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deacf9a189e8..c970c9829bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lunar-magic
pkgdesc = Level editor for Super Mario World
- pkgver = 3.04
- pkgrel = 5
- url = https://fusoya.eludevisibility.org/lm/download/lm304.zip
+ pkgver = 3.10
+ pkgrel = 6
+ url = https://fusoya.eludevisibility.org/lm/index.html
arch = any
license = custom
makedepends = unzip
depends = wine
- noextract = lm304.zip
- source = https://fusoya.eludevisibility.org/lm/download/lm304.zip
+ noextract = lm310.zip
+ source = https://fusoya.eludevisibility.org/lm/download/lm310.zip
source = lunar-magic
source = lunar-magic.desktop
source = lunar-magic.png
- md5sums = fb29c6e5a64f569df5716052b5439aad
+ md5sums = 2b813d9433e5d86610b44590993f6fed
md5sums = b962597de58d7341a7b5fbacc264f933
md5sums = 21524585562254d81b837b13e2012e2e
md5sums = 2d08cd1860ee8cc1bf82bcc0dca4ba70
diff --git a/PKGBUILD b/PKGBUILD
index 5029674f805b..99018d264708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ConfuZzled <theconfuzzleddude@gmail.com>
pkgname='lunar-magic'
-pkgver=3.04
-pkgrel=5
+pkgver=3.10
+pkgrel=6
pkgdesc='Level editor for Super Mario World'
-url='https://fusoya.eludevisibility.org/lm/download/lm304.zip'
+url='https://fusoya.eludevisibility.org/lm/index.html'
arch=(any)
depends=(wine)
makedepends=(unzip)
-source=(https://fusoya.eludevisibility.org/lm/download/lm304.zip lunar-magic lunar-magic.desktop lunar-magic.png)
-noextract=('lm304.zip')
-md5sums=('fb29c6e5a64f569df5716052b5439aad'
+source=(https://fusoya.eludevisibility.org/lm/download/lm310.zip lunar-magic lunar-magic.desktop lunar-magic.png)
+noextract=('lm310.zip')
+md5sums=('2b813d9433e5d86610b44590993f6fed'
'b962597de58d7341a7b5fbacc264f933'
'21524585562254d81b837b13e2012e2e'
'2d08cd1860ee8cc1bf82bcc0dca4ba70')
@@ -19,7 +19,7 @@ license=('custom')
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/lunar-magic
- unzip lm304.zip -d $pkgdir/usr/share/lunar-magic
+ unzip lm310.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"