summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042020-06-23 00:10:15 +0800
committerjerry732042020-06-23 00:10:15 +0800
commitcc1fa55315b3bbbb40ff25c3c55296271bf89e78 (patch)
tree5ca8f17257cf9dc832123c849e3141ac1bb33e68 /PKGBUILD
parent59a317dca3721e232b7def46fe22575c55d3117d (diff)
downloadaur-python-hbmqtt.tar.gz
Remove python2-setuptools dep and add armv7h arch. Bump to 0.9.6-2
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'