[arch-commits] Commit in python-paho-mqtt/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun May 2 12:29:04 UTC 2021
Date: Sunday, May 2, 2021 @ 12:29:03
Author: jelle
Revision: 926119
upgpkg: python-paho-mqtt 1.5.1-1
Modified:
python-paho-mqtt/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 12:05:30 UTC (rev 926118)
+++ PKGBUILD 2021-05-02 12:29:03 UTC (rev 926119)
@@ -3,8 +3,8 @@
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=python-paho-mqtt
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
url="https://www.eclipse.org/paho/clients/python"
pkgdesc="Python client library for MQTT v3.1 and v3.1.1"
depends=('python')
@@ -12,8 +12,8 @@
makedepends=('python-setuptools')
license=('custom')
arch=('any')
-source=(https://github.com/eclipse/paho.mqtt.python/archive/v${pkgver}.tar.gz)
-sha256sums=('ea614e07485dac28269ff390dbff4ad99629aa34bff231fc63240539b662b94a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eclipse/paho.mqtt.python/archive/v${pkgver}.tar.gz)
+sha256sums=('c4563213445d434e2748bf408761ac3b07f27adca725be94d0a5b30f280f1d19')
prepare() {
cd paho.mqtt.python-${pkgver}
More information about the arch-commits
mailing list