aboutsummaryrefslogtreecommitdiffstats
path: root/community/libxmlb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libxmlb/APKBUILD')
-rw-r--r--community/libxmlb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libxmlb/APKBUILD b/community/libxmlb/APKBUILD
index 98a483ed2b..88aaaa0046 100644
--- a/community/libxmlb/APKBUILD
+++ b/community/libxmlb/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=libxmlb
pkgver=0.1.14
-pkgrel=1
+pkgrel=2
pkgdesc="Library to help create and query binary XML blobs"
url="https://github.com/hughsie/libxmlb"
arch="all"
@@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/hughsie/libxmlb/archive/$pkg
build() {
meson \
--prefix=/usr \
- --buildtype=debugoptimized \
+ --buildtype=plain \
-Dgtkdoc=false \
-Dtests=true \
-Dstemmer=false \