summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c0465747d24..d6ff606d31d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = sdbusplus-git
pkgdesc = C++ bindings for systemd dbus APIs
pkgver = r598.a8a092c0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openbmc/sdbusplus
arch = i686
arch = x86_64
arch = aarch64
license = Apache
makedepends = git
+ makedepends = meson
+ makedepends = python-setuptools
depends = systemd-libs
depends = python-mako
depends = python-inflection
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')