summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2023-11-05 17:31:41 -0500
committerFantix King2023-11-05 18:11:44 -0500
commit9fed614730b9ef712f5aa71f7ff4e05747292283 (patch)
tree4de70ad1e324abb3ddacab5e7cb6e65fd79b875c
parent0a985cd8366f9db19faac5411882a430f97c1b0f (diff)
downloadaur-python-immutables.tar.gz
0.20-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f290af4ac4..f0247f8785c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-immutables
pkgdesc = A high-performance immutable mapping type for Python
- pkgver = 0.19
+ pkgver = 0.20
pkgrel = 1
url = https://github.com/MagicStack/immutables
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-immutables
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/i/immutables/immutables-0.19.tar.gz
- md5sums = 08810bf330ba17d001166ece05bbb230
+ source = https://files.pythonhosted.org/packages/source/i/immutables/immutables-0.20.tar.gz
+ md5sums = 34b027e8f17f66770f14f35abb260efc
pkgname = python-immutables
diff --git a/PKGBUILD b/PKGBUILD
index f220515861a7..58cafd0c0e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fantix King <fantix.king@gmail.com>
# Maintainer: Yuuta Liang <yuuta@yuuta.moe>
pkgname=python-immutables
-pkgver=0.19
+pkgver=0.20
pkgrel=1
epoch=
pkgdesc="A high-performance immutable mapping type for Python"
@@ -23,7 +23,7 @@ changelog=
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
noextract=()
-md5sums=('08810bf330ba17d001166ece05bbb230')
+md5sums=('34b027e8f17f66770f14f35abb260efc')
validpgpkeys=()
prepare() {