aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-arrow
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-06 02:17:15 +0300
committerprspkt <prspkt@protonmail.com>2019-06-06 02:17:15 +0300
commitc652700d1aeab427c35d1323bbfe350d7cf1a937 (patch)
tree65fe911ea98a142af75f67befd07fc20c210e34e /testing/py3-arrow
parent98470aae4ac09f3496d0e05bffc09a9d5d1fbb0a (diff)
downloadaports-c652700d1aeab427c35d1323bbfe350d7cf1a937.tar.bz2
aports-c652700d1aeab427c35d1323bbfe350d7cf1a937.tar.xz
testing/py3-arrow: fix provides
Diffstat (limited to 'testing/py3-arrow')
-rw-r--r--testing/py3-arrow/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-arrow/APKBUILD b/testing/py3-arrow/APKBUILD
index 59f5e7959a..6b0a6972f5 100644
--- a/testing/py3-arrow/APKBUILD
+++ b/testing/py3-arrow/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-arrow
_pkgname=arrow
pkgver=0.14.2
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 library to create and manipulate dates, times, and timestamps"
url="https://arrow.readthedocs.io/"
arch="noarch"
@@ -14,7 +14,7 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname
builddir="$srcdir"/$_pkgname-$pkgver
replaces="py-arrow" # for backwards compatibility
-provides="py-arrow=$pkgname-$pkgver" # for backwards compatibility
+provides="py-arrow=$pkgver-r$pkgrel" # for backwards compatibility
build() {
python3 setup.py build