summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622022-02-06 01:11:18 +0300
committerigo958622022-02-06 01:11:18 +0300
commitd85b8ff8ee662282237fad63c776aa241e7fce52 (patch)
tree2320ce93303ff0c1565403deae9220b33044ba4f
parent58a1796483b38cb8d1e8d6064097323c82ad021c (diff)
downloadaur-d85b8ff8ee662282237fad63c776aa241e7fce52.tar.gz
Added pkgconf as make dependency
-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"