diff options
author | root | 2021-09-28 15:42:43 +0200 |
---|---|---|
committer | root | 2021-09-28 15:42:43 +0200 |
commit | 12bdfe1f3472da924332d47c4df9ac744896b796 (patch) | |
tree | a49777a0ff92420560c4c162efa3ab41eb374f90 /PKGBUILD | |
parent | 0c1dfa4902778fd8abcef79866c657d7a978808b (diff) | |
download | aur-12bdfe1f3472da924332d47c4df9ac744896b796.tar.gz |
Added `gperf` and `meson` as makedependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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}" |