summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99f398a54e2..c8db81084ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libyang
pkgdesc = A YANG data modelling language parser and toolkit written (and providing API) in C.
pkgver = 1.0.109
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CESNET/libyang
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index ab104b8631c6..eafbaf703869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='libyang'
pkgver='1.0.109'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A YANG data modelling language parser and toolkit written (and providing API) in C.'
url="https://github.com/CESNET/${pkgname}"
arch=('x86_64')
@@ -27,7 +27,10 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_LYD_PRIV=ON \
- -DENABLE_BUILD_TESTS=ON
+ -DENABLE_BUILD_TESTS=ON \
+ -DGEN_LANGUAGE_BINDINGS=ON \
+ -DGEN_PYTHON_BINDINGS=OFF \
+ -DGEN_CPP_BINDINGS=ON
make
}