summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarzid2016-11-09 21:52:14 -0600
committerLarzid2016-11-09 21:52:14 -0600
commitdf8b7ecccb037c3d31862957625c91c297a0f60b (patch)
tree20f515098d64006990263ca4038f44f16229c429
parent56423c58d65046ec9b126cb4e5aeff288e9365d0 (diff)
downloadaur-df8b7ecccb037c3d31862957625c91c297a0f60b.tar.gz
New version + gtest dependency fix
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac6ff88d939f..edc700679e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.5.6.1
+pkgrel=1
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
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-dev)
replaces=()