summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2408a0f0e35f..ff08138a46dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openspades-git
_pkgname=openspades
-pkgver=0.0.12.305.g934d952
+pkgver=0.1.3.rc.156.gffb3f33a
pkgrel=1
pkgdesc="A clone of Voxlap Ace of Spades 0.75 (git version)"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$pkgname"
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=RelWithDebInfo \
-D OPENSPADES_RESDIR=/usr/share/$_pkgname/Resources \
-D OPENSPADES_INSTALL_RESOURCES=share/$_pkgname/Resources \
-D OPENSPADES_INSTALL_BINARY=bin .