summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-05-10 10:17:27 -0500
committerBao Trinh2023-05-10 10:17:27 -0500
commit31e24b18e926a81731ee09db98f2ade15b2b7125 (patch)
tree04ed2866d9765c82e956fb88bf6581af1bc22840
parentf6ddfe14741741c043070755d24c4672b9c70b22 (diff)
downloadaur-31e24b18e926a81731ee09db98f2ade15b2b7125.tar.gz
v1.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59898e02d143..8f484f7afdaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pika
pkgdesc = A pure-Python implementation of the AMQP 0-9-1 protocol
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.3.2
+ pkgrel = 1
url = http://pika.readthedocs.org/
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = python-pika
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = python-pika-1.3.1.tar.gz::https://github.com/pika/pika/archive/1.3.1/pika-1.3.1.tar.gz
- sha256sums = 4f3bd9e90f1cfa48b8ef0230417fc7b3bc3a4cd8b27d2bb3a4c05e6d5f71210c
+ source = python-pika-1.3.2.tar.gz::https://github.com/pika/pika/archive/1.3.2/pika-1.3.2.tar.gz
+ sha256sums = 5eb71b9a0047c77d99378e525a2041fc50aae4a177b060f9825b3e2fdcc96fc4
pkgname = python-pika
diff --git a/PKGBUILD b/PKGBUILD
index a01441d57155..acc4ef890284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=python-pika
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc="A pure-Python implementation of the AMQP 0-9-1 protocol"
arch=('any')
url="http://pika.readthedocs.org/"
@@ -15,7 +15,7 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel')
checkdepends=('python-nose2' 'python-nose' 'python-gevent' 'python-twisted' 'python-tornado')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname#python-}/${pkgname#python-}/archive/${pkgver}/${pkgname#python-}-${pkgver}.tar.gz")
-sha256sums=('4f3bd9e90f1cfa48b8ef0230417fc7b3bc3a4cd8b27d2bb3a4c05e6d5f71210c')
+sha256sums=('5eb71b9a0047c77d99378e525a2041fc50aae4a177b060f9825b3e2fdcc96fc4')
build() {
cd "${pkgname#python-}-${pkgver}"