aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-27 17:39:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-27 20:40:31 -0300
commit608da790fcba2153e77defd4b39e18f7b4f5cb46 (patch)
tree5d382a1aee11b536f08aff07dba8f3e868263909
parent282e5f084f8bcac6b8d146dfec212f43de437ecb (diff)
downloadaports-608da790fcba2153e77defd4b39e18f7b4f5cb46.tar.bz2
aports-608da790fcba2153e77defd4b39e18f7b4f5cb46.tar.xz
community/py3-pyrsistent: upgrade to 0.15.5
-rw-r--r--community/py3-pyrsistent/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD
index f85a983b0c..e9da40044a 100644
--- a/community/py3-pyrsistent/APKBUILD
+++ b/community/py3-pyrsistent/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-pyrsistent
-pkgver=0.15.4
+pkgver=0.15.5
pkgrel=0
pkgdesc="Persistent/Functional/Immutable data structures"
url="https://github.com/tobgu/pyrsistent"
@@ -10,7 +10,7 @@ license="MIT"
depends="py3-six"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-hypothesis py3-pytest py3-pytest-runner"
-source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v${pkgver}.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v$pkgver.tar.gz"
builddir="$srcdir/pyrsistent-$pkgver"
provides="py-pyrsistent=$pkgver-r$pkgrel"
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="d2bc1b8592128e43103328974184ce6f6d21d047ae7723ddb12e15ef5953e7ebb060ab7a56c59a1b6a1e4287daaf61d32f654806742d804ccb004cd7054bb5a2 py3-pyrsistent-0.15.4.tar.gz"
+sha512sums="530f3f5c6ed5022a6669fc6a2e77caf92da441380758384a3523910cf16af51cb356911291c89d164c65bb73fb3730b8f38acc8a755df67ff15d178b346b1323 py3-pyrsistent-0.15.5.tar.gz"