aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1815ddb71c..1d1c713dc3 100644
--- a/testing/py3-arrow/APKBUILD
+++ b/testing/py3-arrow/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-arrow 3pkgname=py3-arrow
4_pyname=arrow 4_pyname=arrow
5pkgver=0.16.0 5pkgver=0.17.0
6pkgrel=0 6pkgrel=0
7pkgdesc="Python3 library to create and manipulate dates, times, and timestamps" 7pkgdesc="Python3 library to create and manipulate dates, times, and timestamps"
8options="!check" # Requires unpackaged 'chai' 8options="!check" # Requires unpackaged 'chai'
@@ -32,4 +32,4 @@ package() {
32 python3 setup.py install --prefix=/usr --root="$pkgdir" 32 python3 setup.py install --prefix=/usr --root="$pkgdir"
33} 33}
34 34
35sha512sums="e48316bd31a86d640e50987010bd56c6859e972522e753c00d83730f1ce4764716eb9a22c4aa9aa0d64949f25acb7e1a3479ce0e1c62058fcb887a442f2247d6 arrow-0.16.0.tar.gz" 35sha512sums="30ab01c66ef1dfb7fb35dc8609ca19039fa3e37638ff0df681d0ffc9dbc832e9d3a577d9a45fc70ff3e74aacb6198b37e61ada22854572c57c27d7ecbef09caa arrow-0.17.0.tar.gz"