Date: Monday, March 28, 2016 @ 02:56:08 Author: svenstaro Revision: 168586
upgpkg: warsow 2.1.0-1 upstream release 2.1.0 Modified: warsow/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-27 21:04:25 UTC (rev 168585) +++ PKGBUILD 2016-03-28 00:56:08 UTC (rev 168586) @@ -5,7 +5,7 @@ # Contributor: Aleksej Komarov <[email protected]> pkgname='warsow' -pkgver=2.0.1 +pkgver=2.1.0 pkgrel=1 pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine' url='https://www.warsow.gg/' @@ -20,11 +20,11 @@ source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' - 'http://mirror.null.one/warsow_201_sdk.tar.gz') + 'http://mirror.null.one/warsow_21_sdk.tar.gz') md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9' '45a3f846fd6ea3b7dc857e60501d0e12' '13d520525638c544565d8f799ffdca48' - 'e66809592094f45ec853b460ccaaa579') + '41885946e562012582761af5485e6801') prepare() { gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' --categories 'Game;ActionGame' @@ -32,8 +32,8 @@ build() { cd "${srcdir}/source/source" - cmake . - make ${MAKE_FLAGS} + cmake -DQFUSION_GAME=Warsow . + make } package() {
