summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmr Hassan2018-09-06 19:32:27 +0200
committerAmr Hassan2018-09-06 19:32:27 +0200
commit0775d704a4f661d5dcbc4776e53271e6e7072d01 (patch)
tree9816cac1b5b80e5cdb48a1bb9284a08958b7d4ac /PKGBUILD
parent46009f5c86fde00e46ced85bd23b4f49ded2e4bf (diff)
downloadaur-0775d704a4f661d5dcbc4776e53271e6e7072d01.tar.gz
Added missing python-dbus dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7d824182f12..12f99917a098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=bjarkan
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A bluez 5 compatible command line utility and python 3 library "
arch=("any")
url="https://github.com/GetWellNetwork/bjarkan"
license=("BSD")
makedepends=("python-setuptools")
-depends=("python" "python-systemd")
+depends=("python" "python-systemd" "python-dbus")
source=("https://github.com/GetWellNetwork/bjarkan/archive/v${pkgver}.tar.gz")
build() {