summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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"