summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f2c0837edbc..308b72e5eb8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='python-hbmqtt'
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc='MQTT client/broker using Python asynchronous I/O'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="https://github.com/beerfactory/hbmqtt"
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
depends=(
'python-transitions'
'python-websockets'