summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheConfuZzledDude2020-02-22 00:53:18 +0000
committerTheConfuZzledDude2020-02-22 00:53:18 +0000
commite831e4751aefc7b7016726a8963cdf90f1918b79 (patch)
treeae7626ec9aa8b8542010afe5a89e56c5e4372a60
parent816962f06887109528bda8503cc3c54bdf332787 (diff)
downloadaur-e831e4751aefc7b7016726a8963cdf90f1918b79.tar.gz
Updated to 3.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c970c9829bce..d252f748867c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lunar-magic
pkgdesc = Level editor for Super Mario World
- pkgver = 3.10
- pkgrel = 6
+ pkgver = 3.11
+ pkgrel = 7
url = https://fusoya.eludevisibility.org/lm/index.html
arch = any
license = custom
makedepends = unzip
depends = wine
- noextract = lm310.zip
- source = https://fusoya.eludevisibility.org/lm/download/lm310.zip
+ noextract = lm311.zip
+ source = https://fusoya.eludevisibility.org/lm/download/lm311.zip
source = lunar-magic
source = lunar-magic.desktop
source = lunar-magic.png
- md5sums = 2b813d9433e5d86610b44590993f6fed
+ md5sums = 697a178456a25bdb0a4416639d3ef7cd
md5sums = b962597de58d7341a7b5fbacc264f933
md5sums = 21524585562254d81b837b13e2012e2e
md5sums = 2d08cd1860ee8cc1bf82bcc0dca4ba70
diff --git a/PKGBUILD b/PKGBUILD
index 99018d264708..ed0a249d8055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ConfuZzled <theconfuzzleddude@gmail.com>
pkgname='lunar-magic'
-pkgver=3.10
-pkgrel=6
+pkgver=3.11
+pkgrel=7
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/lm310.zip lunar-magic lunar-magic.desktop lunar-magic.png)
-noextract=('lm310.zip')
-md5sums=('2b813d9433e5d86610b44590993f6fed'
+source=(https://fusoya.eludevisibility.org/lm/download/lm311.zip lunar-magic lunar-magic.desktop lunar-magic.png)
+noextract=('lm311.zip')
+md5sums=('697a178456a25bdb0a4416639d3ef7cd'
'b962597de58d7341a7b5fbacc264f933'
'21524585562254d81b837b13e2012e2e'
'2d08cd1860ee8cc1bf82bcc0dca4ba70')
@@ -19,7 +19,7 @@ license=('custom')
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/lunar-magic
- unzip lm310.zip -d $pkgdir/usr/share/lunar-magic
+ unzip lm311.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"