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 e74d42ced31c..a0268882f716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = bjarkan
depends = python
depends = python-systemd
depends = python-dbus
+ depends = python-gobject
source = https://github.com/GetWellNetwork/bjarkan/archive/v1.2.0.tar.gz
md5sums = 057281a4cebe4a4bb1ea80826df3a63b
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() {