summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-10-27 21:21:50 -0400
committerGuillaume Horel2020-10-27 21:21:50 -0400
commit16145f8415464106da6688ddf7c0c67b5bd5e02d (patch)
tree7eaca2b45bdb2c62a559865683c489870a68c100
parentfcc270b2c92bebde05b02fdbd6f959d1a3038530 (diff)
downloadaur-16145f8415464106da6688ddf7c0c67b5bd5e02d.tar.gz
bump to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec05c1ed73dd..461ce9308ada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arrow
pkgdesc = A columnar in-memory analytics layer for big data.
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://arrow.apache.org
arch = x86_64
license = Apache
@@ -29,9 +29,9 @@ pkgbase = arrow
depends = zstd
provides = parquet-cpp
conflicts = parquet-cpp
- source = https://github.com/apache/arrow/archive/apache-arrow-1.0.1.tar.gz
+ source = https://github.com/apache/arrow/archive/apache-arrow-2.0.0.tar.gz
source = cmake.patch
- sha256sums = dac59f4d42416224419c020ed2e8f8371e85c1d9ff4368ed5b5c026ee28d3fd4
+ sha256sums = ea299df9cf440cfc43393ce12ee6d9a4c9d0dfa9fde33c3bc9b70ec25520a844
sha256sums = d29fec6754e4eb29d2409e1a3fcddc64c674a108d43efd048286399f1035106e
pkgname = arrow
diff --git a/PKGBUILD b/PKGBUILD
index 83c03639bfda..f284b109a313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='arrow'
_pkgname='arrow-apache-arrow'
-pkgver=1.0.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="A columnar in-memory analytics layer for big data."
arch=('x86_64')
url="https://arrow.apache.org"
@@ -16,7 +16,7 @@ conflicts=('parquet-cpp')
makedepends=('apache-orc' 'boost' 'cmake' 'flatbuffers' 'gmock' 'python-numpy')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"
"cmake.patch")
-sha256sums=('dac59f4d42416224419c020ed2e8f8371e85c1d9ff4368ed5b5c026ee28d3fd4'
+sha256sums=('ea299df9cf440cfc43393ce12ee6d9a4c9d0dfa9fde33c3bc9b70ec25520a844'
'd29fec6754e4eb29d2409e1a3fcddc64c674a108d43efd048286399f1035106e')
prepare(){