summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c10729eb34..4842fffd6a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bjarkan
pkgdesc = A bluez 5 compatible command line utility and python 3 library
pkgver = 1.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/GetWellNetwork/bjarkan
arch = any
license = BSD
@@ -10,6 +10,7 @@ pkgbase = bjarkan
depends = python-systemd
depends = python-dbus
depends = python-gobject
+ depends = python-setuptools
source = https://github.com/GetWellNetwork/bjarkan/archive/v1.2.0.tar.gz
md5sums = 057281a4cebe4a4bb1ea80826df3a63b
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() {