[arch-commits] Commit in python-hiredis/trunk (PKGBUILD)

Johannes Löthberg demize at gemini.archlinux.org
Sat Jul 31 11:50:06 UTC 2021


    Date: Saturday, July 31, 2021 @ 11:50:06
  Author: demize
Revision: 991094

upgpkg: python-hiredis 2.0.0-1

Modified:
  python-hiredis/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-31 11:48:16 UTC (rev 991093)
+++ PKGBUILD	2021-07-31 11:50:06 UTC (rev 991094)
@@ -1,11 +1,11 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=python-hiredis
-pkgver=1.1.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 
 pkgdesc='Non-blocking redis client for python'
-url='https://pypi.python.org/pypi/txredisapi/'
+url='https://pypi.org/project/hiredis/'
 arch=('x86_64')
 license=('Apache')
 
@@ -14,7 +14,7 @@
 
 source=("https://pypi.org/packages/source/h/hiredis/hiredis-$pkgver.tar.gz")
 
-sha256sums=('996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132')
+sha256sums=('81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a')
 
 build() {
 	cd "$srcdir"/hiredis-$pkgver



More information about the arch-commits mailing list