summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFantix King2023-11-05 17:31:41 -0500
committerFantix King2023-11-05 18:11:44 -0500
commit9fed614730b9ef712f5aa71f7ff4e05747292283 (patch)
tree4de70ad1e324abb3ddacab5e7cb6e65fd79b875c /PKGBUILD
parent0a985cd8366f9db19faac5411882a430f97c1b0f (diff)
downloadaur-python-immutables.tar.gz
0.20-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {