summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2d47661cb67..ca5c6cd09ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jsoncpp-git
pkgver=1.9.4.r34.gc39fbda
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library for interacting with JSON"
arch=('i686' 'x86_64')
url="https://github.com/open-source-parsers/jsoncpp"
@@ -31,7 +31,7 @@ build() {
--sbindir="bin" \
--default-library both \
"_build"
- ninja -C "_build"
+ meson compile -C "_build"
}
check() {