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 b227c578d083..14bcbf21306f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=libiio
pkgname="$_pkgname-git"
-pkgver=v0.14.r15.g8ac1893
+pkgver=v0.15.r0.g6ecff5d
pkgrel=1
pkgdesc="Library for interfacing with IIO devices"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -33,6 +33,7 @@ build() {
-DCMAKE_INSTALL_SBINDIR=bin \
-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
-DCSHARP_BINDINGS=OFF \
+ -DMATLAB_BINDINGS=OFF \
-DWITH_SYSTEMD=YES \
-DSYSTEMD_UNIT_INSTALL_DIR=/usr/lib/systemd/system
make