summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed3c4fccf3a..aba4c925f0a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-sdbus-git
makedepends = git
makedepends = python-setuptools
makedepends = gcc
+ makedepends = pkgconf
depends = python
depends = systemd-libs
source = python-sdbus-git::git+https://github.com/python-sdbus/python-sdbus
diff --git a/PKGBUILD b/PKGBUILD
index 06f28de16195..d71f251f5d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
url="https://github.com/python-sdbus/python-sdbus"
license=('LGPL2.1')
depends=('python' 'systemd-libs')
-makedepends=('git' 'python-setuptools' 'gcc')
+makedepends=('git' 'python-setuptools' 'gcc' 'pkgconf')
source=(
"$pkgbase"::"git+https://github.com/python-sdbus/python-sdbus"
"python-sdbus-notifications"::"git+https://github.com/python-sdbus/python-sdbus-notifications"