summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Scarpetta2017-06-23 12:37:59 +0200
committerMarco Scarpetta2017-06-23 12:37:59 +0200
commita9e49eaf8c86578b9c361c9ddc14fc6489a8de61 (patch)
tree37dfd5e6fabc7349d91b46b3d8593df25a665c27 /PKGBUILD
parentf02d07732bdf41ed54d04c1c0b7802c91265c66a (diff)
downloadaur-kasync-git.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1232e0d2ef1..0e16d6dd881b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=kasync-git
-pkgver=r111.7fa91ce
+pkgver=r130.abc6d4d
pkgrel=1
pkgdesc='A C++ library for controlling asynchronous tasks'
arch=('i686' 'x86_64')
@@ -28,6 +28,7 @@ build() {
cd build
cmake ../kasync \
-DENABLE_TESTING=OFF \
+ -DBUILD_TESTING=OFF \
-DWITH_KJOB=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \