summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042018-12-07 10:14:17 +0800
committerjerry732042018-12-07 10:14:17 +0800
commit6332f94de9b9f15d25671e594617b8dd2af7e726 (patch)
tree663cbbbabf87b1578d54e5aabcbe868773236059 /PKGBUILD
parenta314e5415e44d4b04c67e8b5495502d0850f4fbe (diff)
downloadaur-6332f94de9b9f15d25671e594617b8dd2af7e726.tar.gz
Fix wrong description and url. Bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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")