summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLarzid2016-11-09 21:57:50 -0600
committerLarzid2016-11-09 21:57:50 -0600
commit889811abfcfdd5422113a4235381895225e276e1 (patch)
treea8289fed39f6a7d468053b0b3158d2883aeea3ad /PKGBUILD
parent448c9411088bc9c2b360b2cca63e5e1e832318d8 (diff)
downloadaur-889811abfcfdd5422113a4235381895225e276e1.tar.gz
New version + gtest dependency fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63b369a16d10..9687b716bf80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw-dev
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
epoch=
pkgdesc="Shadow Of The Wyrm by Julian Day - Development branch."
@@ -8,10 +8,9 @@ arch=('x86_64')
url="http://www.shadowofthewyrm.org/"
license=('MIT')
groups=()
-depends=('xerces-c' 'zlib' 'ncurses' 'lua51' 'boost')
+depends=('xerces-c' 'zlib' 'ncurses' 'lua51' 'boost' 'gtest')
makedepends=('premake' 'mercurial')
checkdepends=()
-optdepends=('gtest: for debug build')
provides=(sotw)
conflicts=(sotw)
replaces=()