summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2021-09-28 15:42:43 +0200
committerroot2021-09-28 15:42:43 +0200
commit12bdfe1f3472da924332d47c4df9ac744896b796 (patch)
treea49777a0ff92420560c4c162efa3ab41eb374f90 /PKGBUILD
parent0c1dfa4902778fd8abcef79866c657d7a978808b (diff)
downloadaur-12bdfe1f3472da924332d47c4df9ac744896b796.tar.gz
Added `gperf` and `meson` as makedependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23e3d4a4da7..f3052821e4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgvariant=nosystemd
pkgname="${_pkgname}-${_pkgvariant}-git"
_pkgver=latest
pkgver=0.8.3.33.r261.d20210622.e16ffb1
-pkgrel=3
+pkgrel=4
pkgdesc="sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide expressive, easy-to-use API in modern C++. This package is without systemd dependencies; it will have it's own static libsystemd baked in."
url="https://github.com/Kistler-Group/sdbus-cpp"
arch=('i686' 'x86_64')
@@ -19,6 +19,8 @@ makedepends=(
'cmake'
'doxygen'
'git'
+ 'gperf'
+ 'meson'
)
provides=(
"${_pkgname}=${pkgver}"