makedeb
Zelda: Mystery of Solarus XD - an open-source parodic fangame
Click here to go back to the commit logs for zsxd.
Hash: 825cd5aedafeecea05599fd1728c3732516f504a
Message: Fix md5
diff --git a/.SRCINFO b/.SRCINFO
index 010630f..5906be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zsxd
pkgdesc = Free and opensource, amateur Zelda game with humoristic characters.
pkgver = 1.10.2
- pkgrel = 3
+ pkgrel = 4
url = http://www.zelda-solarus.com/
arch = any
license = custom
@@ -9,7 +9,7 @@ pkgbase = zsxd
makedepends = cmake
depends = solarus>=1.4.0
source = http://www.zelda-solarus.com/downloads/zsxd/zsxd-1.10.2.tar.gz
- md5sums = 9d737bfc6cd574f83de31f7dbba2c002
+ md5sums = 5221e9741fe6a06bf12ff23ceb5021b0
pkgname = zsxd
diff --git a/PKGBUILD b/PKGBUILD
index 0151e7f..8d85675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=zsxd
pkgver=1.10.2
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Free and opensource, amateur Zelda game with humoristic characters."
arch=('any')
@@ -25,7 +25,7 @@ install=
changelog=
source=(http://www.zelda-solarus.com/downloads/zsxd/$pkgname-$pkgver.tar.gz)
noextract=()
-md5sums=('9d737bfc6cd574f83de31f7dbba2c002')
+md5sums=('5221e9741fe6a06bf12ff23ceb5021b0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"