summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65238c167f0e..9b4a84f1ba3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=paho-mqtt
pkgname="python2-${pkgbase}"
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Python 2 client library for MQTT v3.1 and v3.1.1"
url="http://www.eclipse.org/paho/clients/python"
@@ -11,7 +11,7 @@ makedepends=('python2-setuptools')
license=('EPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79')
+sha256sums=('e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4')
build() {