summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmr Hassan2018-09-08 02:09:33 +0200
committerAmr Hassan2018-09-08 02:09:33 +0200
commite3c74bdcd275ef4113a59e97741c8b5e3917b2e3 (patch)
tree0d2d279d5e4575c467bf8349f6b6a6c10d31f158 /PKGBUILD
parent3400acd9852dc95cba1d698c66d8facd75550435 (diff)
downloadaur-e3c74bdcd275ef4113a59e97741c8b5e3917b2e3.tar.gz
Missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd22a186c66..7cf8a5ce9c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=bjarkan
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
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" "python-dbus" "python-gobject")
+depends=("python" "python-systemd" "python-dbus" "python-gobject" "python-setuptools")
source=("https://github.com/GetWellNetwork/bjarkan/archive/v${pkgver}.tar.gz")
build() {