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