summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbcc5a9700c7..f18c300a4c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
@@ -25,7 +25,7 @@ validpgpkeys=()
build() {
cd shadow-of-the-wyrm
git checkout master
- premake4 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
+ premake5 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
make config=release
#make config=debug
}