aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/py3-pyrsistent/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD
index b5da20e56b..9d6f5a317d 100644
--- a/community/py3-pyrsistent/APKBUILD
+++ b/community/py3-pyrsistent/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-pyrsistent
-pkgver=0.14.11
+pkgver=0.15.0
pkgrel=1
pkgdesc="Persistent/Functional/Immutable data structures"
+options="net" # Needs to fetch pytest-runner
url="https://github.com/tobgu/pyrsistent"
arch="all"
license="MIT"
@@ -25,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="8bfea52e15b1921ff9880a6d795cbbcdbee818ef5b95a2807e28269eba8ff578e07c39615e48eb47e867dd6f2bca5d395b7ae99ecd27424edaf6cbe6097b2e5d py3-pyrsistent-0.14.11.tar.gz"
+sha512sums="7b85ee875b2e60c8fdd36451327880edf9fe9a674f1159a063022aebf9383f23e79f2fd8009ddc18c46172a67102c03f6c7afa3e737eff710d5cde7152b126a7 py3-pyrsistent-0.15.0.tar.gz"