summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f631f7816fc..617d642889bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pistache-git
_name=${pkgname%-git}
-pkgver=204.b66415a
+pkgver=223.7184600
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Modern and elegant HTTP and REST framework for C++'
@@ -31,6 +31,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
+ -DPISTACHE_BUILD_TESTS=true \
-DCMAKE_INSTALL_PREFIX="/usr"
make
}