summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan D. Twardy2022-10-28 17:05:54 -0500
committerEthan D. Twardy2022-10-28 17:05:54 -0500
commitce751bd29c2bac31cbcbf5bb3d54a38d42bc8f88 (patch)
tree284bc6dc6f72d080e6ef9b56a20f28ed788f51f1 /PKGBUILD
parent1cb1c5f13ee39f2e2aa6e98caec72893c2301253 (diff)
downloadaur-sdbusplus-git.tar.gz
Fix makedepends (and remember to increment pkgrel this time)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0645dd7269af..b73f32bce5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sdbusplus-git
pkgver=r598.a8a092c0
-pkgrel=2
+pkgrel=3
pkgdesc="C++ bindings for systemd dbus APIs"
url="https://github.com/openbmc/sdbusplus"
arch=('i686' 'x86_64' 'aarch64')
license=('Apache')
depends=('systemd-libs' 'python-mako' 'python-inflection' 'python-yaml')
-makedepends=('git')
+makedepends=('git' 'meson' 'python-setuptools')
source=("${pkgname}::git+https://github.com/openbmc/sdbusplus.git")
sha256sums=('SKIP')