summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1237c51b2b2a..16b359d6316c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-hbmqtt
pkgdesc = MQTT client/broker using Python asynchronous I/O
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/beerfactory/hbmqtt
arch = x86_64
+ arch = armv7h
license = MIT
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = python-transitions
depends = python-websockets
depends = python-passlib
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'