summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9939228f42df..1237c51b2b2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hbmqtt
pkgdesc = MQTT client/broker using Python asynchronous I/O
- pkgver = 0.9.5
- pkgrel = 3
+ pkgver = 0.9.6
+ pkgrel = 1
url = https://github.com/beerfactory/hbmqtt
arch = x86_64
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-hbmqtt
depends = python-passlib
depends = python-docopt
depends = python-yaml
- source = https://github.com/beerfactory/hbmqtt/archive/0.9.5.tar.gz
- sha256sums = 8afe70008fbe213ae9aff6d66d6db845b41b36d9f89f711657478ec3aa428790
+ source = https://github.com/beerfactory/hbmqtt/archive/0.9.6.tar.gz
+ sha256sums = 7232a4f74536ee6aed913af1dfdfb1a9c6372233c6722a610d95e179b0175e53
pkgname = python-hbmqtt
diff --git a/PKGBUILD b/PKGBUILD
index 99e1f8847e4d..3f2c0837edbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,22 @@
# Maintainer: Jerry Lin <jerry73204 at gmail dot com>
-pkgname=('python-hbmqtt')
-pkgver=0.9.5
-pkgrel=3
+pkgname='python-hbmqtt'
+pkgver=0.9.6
+pkgrel=1
pkgdesc='MQTT client/broker using Python asynchronous I/O'
arch=('x86_64')
url="https://github.com/beerfactory/hbmqtt"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-depends=('python-transitions' 'python-websockets' 'python-passlib' 'python-docopt' 'python-yaml')
+depends=(
+ 'python-transitions'
+ 'python-websockets'
+ 'python-passlib'
+ 'python-docopt'
+ 'python-yaml'
+)
source=("https://github.com/beerfactory/hbmqtt/archive/${pkgver}.tar.gz")
-sha256sums=('8afe70008fbe213ae9aff6d66d6db845b41b36d9f89f711657478ec3aa428790')
+sha256sums=('7232a4f74536ee6aed913af1dfdfb1a9c6372233c6722a610d95e179b0175e53')
_dirname="hbmqtt-${pkgver}"