summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eaa37a294e8..3d9bf4111957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sotw
pkgdesc = Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day.
- pkgver = 1.2.5
+ pkgver = 1.2.8
pkgrel = 1
url = http://www.shadowofthewyrm.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 276f006d6030..0a13f996a752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
-pkgver=1.2.5
+pkgver=1.2.8
pkgrel=1
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
@@ -25,7 +25,6 @@ validpgpkeys=()
build() {
cd shadow-of-the-wyrm
git checkout master
- sed -i -e 's|\"lua copy_libs.lua\"|_OPTIONS["lua_link"].." copy_libs.lua"|g' premake4.lua
premake5 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
make config=release
#make config=debug