aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/py3-pyrsistent/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD
index aae74a8fc7..89308927b4 100644
--- a/community/py3-pyrsistent/APKBUILD
+++ b/community/py3-pyrsistent/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-pyrsistent
pkgver=0.15.1
-pkgrel=0
+pkgrel=1
pkgdesc="Persistent/Functional/Immutable data structures"
url="https://github.com/tobgu/pyrsistent"
arch="all"
@@ -12,6 +12,7 @@ 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"
builddir="$srcdir/pyrsistent-$pkgver"
+provides="py-pyrsistent=$pkgver-r$pkgrel"
build() {
python3 setup.py build