summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5c6227773d..a71f5cb1758e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-hbmqtt
- pkgdesc = Python client for Apache Kafka
+ pkgdesc = MQTT client/broker using Python asynchronous I/O
pkgver = 0.9.5
- pkgrel = 1
- url = https://github.com/mikeboers/PyAV/tree/master
+ pkgrel = 2
+ url = https://github.com/beerfactory/hbmqtt
arch = x86_64
- license = Apache
+ license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index 671758163467..c13da4e0b219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('python-hbmqtt')
pkgver=0.9.5
-pkgrel=1
-pkgdesc='Python client for Apache Kafka'
+pkgrel=2
+pkgdesc='MQTT client/broker using Python asynchronous I/O'
arch=('x86_64')
-url="https://github.com/mikeboers/PyAV/tree/master"
-license=('Apache')
+url="https://github.com/beerfactory/hbmqtt"
+license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
depends=('python-transitions' 'python-websockets' 'python-passlib' 'python-docopt' 'python-pyyaml')
source=("https://github.com/beerfactory/hbmqtt/archive/${pkgver}.tar.gz")