summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c41b71ea1b83..b2b2f1408512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=1.2.4
-pkgrel=4
+pkgrel=5
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
@@ -27,6 +27,7 @@ build() {
git checkout master
premake5 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
sed -i -e 's|'"cp ShadowOfTheWyrm sotw/sotw"'|'"cp \$(TARGETDIR)/ShadowOfTheWyrm sotw/sotw"'|g' ShadowOfTheWyrm.make
+ sed -i -e 's|'"lua copy_libs.lua"'|'"lua5.1 copy_libs.lua"'|g' ShadowOfTheWyrm.make
make config=release
#make config=debug
}