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 de4b7466548b..87cb0ae63dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sotw
pkgdesc = Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day.
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.shadowofthewyrm.org/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0858dc6034b9..446653ce9e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
@@ -25,6 +25,7 @@ validpgpkeys=()
build() {
cd shadow-of-the-wyrm
git checkout master
+ sed -i '#include "ItemFilter.hpp"' engine/actions/include/ItemManager.hpp
premake4 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
make config=release
#make config=debug