summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-10-27 21:28:44 -0400
committerGuillaume Horel2020-10-27 21:28:44 -0400
commit699c04cde0b71b3a65cbdbedaf8a2893e14d09b3 (patch)
treef52e74d612c4a0b92801868e09f2bb786030cdf6 /PKGBUILD
parentb1ba661ed7f847888570403243576284b5c97565 (diff)
downloadaur-699c04cde0b71b3a65cbdbedaf8a2893e14d09b3.tar.gz
bump to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac0c4e9a1629..43c06d78631b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pyarrow'
_pkgname='arrow-apache-arrow'
-pkgver=1.0.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="A columnar in-memory analytics layer for big data."
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('python-fsspec')
makedepends=('cmake' 'cython' 'python-setuptools')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"
"tensorflow-abi.patch")
-sha256sums=('dac59f4d42416224419c020ed2e8f8371e85c1d9ff4368ed5b5c026ee28d3fd4'
+sha256sums=('ea299df9cf440cfc43393ce12ee6d9a4c9d0dfa9fde33c3bc9b70ec25520a844'
'b6efa43faf51ea69a5e60ccbfc390caaab5c898025f08db79eda76de4bfbd09e')
prepare(){