summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5906be45deb6..ac8628fc8002 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 = 4
+ pkgrel = 5
url = http://www.zelda-solarus.com/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 8d8567515351..1dbace943f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=zsxd
pkgver=1.10.2
-pkgrel=4
+pkgrel=5
epoch=
pkgdesc="Free and opensource, amateur Zelda game with humoristic characters."
arch=('any')
@@ -29,6 +29,7 @@ md5sums=('5221e9741fe6a06bf12ff23ceb5021b0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s/echo 'solarus /echo 'solarus_run /" CMakeLists.txt
cmake -D CMAKE_INSTALL_PREFIX="/usr" -D CMAKE_BUILD_TYPE=Release .
make
}