summarylogtreecommitdiffstats
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
parent1cb1c5f13ee39f2e2aa6e98caec72893c2301253 (diff)
downloadaur-ce751bd29c2bac31cbcbf5bb3d54a38d42bc8f88.tar.gz
Fix makedepends (and remember to increment pkgrel this time)
-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')