diff options
Diffstat (limited to 'testing/py3-arrow/APKBUILD')
-rw-r--r-- | testing/py3-arrow/APKBUILD | 4 |
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 |