Date: Wednesday, March 22, 2023 @ 09:04:38
  Author: alerque
Revision: 1426866

upgpkg: python-fakeredis 2.10.2-1

Modified:
  python-fakeredis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-22 09:02:46 UTC (rev 1426865)
+++ PKGBUILD    2023-03-22 09:04:38 UTC (rev 1426866)
@@ -6,7 +6,7 @@
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
@@ -30,7 +30,7 @@
 # source=("$url/archive/v$pkgver/$_archive.tar.gz")
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
-sha256sums=('6f31e6213b724147f21d3f560ac2ea0b67cf4402a7ee98f5c338b7d5178151dc')
+sha256sums=('e2a95fbda7b11188c117d68b0f9eecc00600cb449ccf3362a15fc03cf9e2477d')
 
 build(){
        cd "$_archive"

Reply via email to