summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmr Hassan2018-09-06 19:34:04 +0200
committerAmr Hassan2018-09-06 19:34:04 +0200
commit4aa0fa9d2746ba846ce479952bce5af62a4c722c (patch)
tree12b641b36482a4221e64d40929d36f776993668a /PKGBUILD
parent0775d704a4f661d5dcbc4776e53271e6e7072d01 (diff)
downloadaur-4aa0fa9d2746ba846ce479952bce5af62a4c722c.tar.gz
missing dep pythong-gobject
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12f99917a098..ecaa6be2e2ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/GetWellNetwork/bjarkan"
license=("BSD")
makedepends=("python-setuptools")
-depends=("python" "python-systemd" "python-dbus")
+depends=("python" "python-systemd" "python-dbus" "python-gobject")
source=("https://github.com/GetWellNetwork/bjarkan/archive/v${pkgver}.tar.gz")
build() {