summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmr Hassan2018-09-06 19:34:04 +0200
committerAmr Hassan2018-09-06 19:34:04 +0200
commit4aa0fa9d2746ba846ce479952bce5af62a4c722c (patch)
tree12b641b36482a4221e64d40929d36f776993668a
parent0775d704a4f661d5dcbc4776e53271e6e7072d01 (diff)
downloadaur-4aa0fa9d2746ba846ce479952bce5af62a4c722c.tar.gz
missing dep pythong-gobject
-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() {