summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-01-09 21:45:01 -0500
committerGuillaume Horel2023-01-09 21:45:01 -0500
commit52f97872bde4f50f8e568b9b13d988fc35efbea1 (patch)
tree50f9b1e31d118f97d32c09175b65c56aaed37732
parent922482129cef8211a15b15bd612590aa8a4928b1 (diff)
downloadaur-52f97872bde4f50f8e568b9b13d988fc35efbea1.tar.gz
fix makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863946a4d47f..3c5b12260b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = jsoncpp-cmake
license = MIT
license = custom
makedepends = git
- makedepends = meson
+ makedepends = cmake
makedepends = python
depends = gcc-libs
provides = jsoncpp
diff --git a/PKGBUILD b/PKGBUILD
index a2866d8081e1..61a4da5ea83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/open-source-parsers/jsoncpp"
license=('MIT' 'custom')
depends=('gcc-libs')
-makedepends=('git' 'meson' 'python')
+makedepends=('git' 'cmake' 'python')
provides=('jsoncpp' 'libjsoncpp.so')
conflicts=('jsoncpp')
options=('staticlibs')