summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-03-21 14:27:29 -0400
committerGuillaume Horel2018-03-21 14:27:29 -0400
commit777e09298a5ab49cab324e64b4e62cb5b67b29f4 (patch)
treee058bfd53304c85f8b9e79da0189cd726cfd0e56
parent298d987a59debb68e0383133265ea5189f3ab4d7 (diff)
downloadaur-777e09298a5ab49cab324e64b4e62cb5b67b29f4.tar.gz
version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0934e58b4c6c..3d0e2f5ae283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = arrow
pkgdesc = A columnar in-memory analytics layer for big data.
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 2
url = https://arrow.apache.org
- arch = i686
arch = x86_64
license = Apache
checkdepends = gflags
@@ -17,10 +16,8 @@ pkgbase = arrow
depends = flatbuffers
depends = rapidjson
depends = boost-libs
- source = https://github.com/apache/arrow/archive/apache-arrow-0.8.0.tar.gz
- source = brotli-static.patch
- sha256sums = c61a60c298c30546fc0b418a35be66ef330fb81b06c49928acca7f1a34671d54
- sha256sums = 1d245694b82d0fc9aed566c4873acba7f2dcb3d359bd924d848613eea77a771e
+ source = https://github.com/apache/arrow/archive/apache-arrow-0.9.0.tar.gz
+ sha256sums = 65f89a3910b6df02ac71e4d4283db9b02c5b3f1e627346c7b6a5982ae994af91
pkgname = arrow
diff --git a/PKGBUILD b/PKGBUILD
index 2af9978e946b..1a664de53335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='arrow'
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=2
pkgdesc="A columnar in-memory analytics layer for big data."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://arrow.apache.org"
license=('Apache')
depends=('flatbuffers' 'rapidjson' 'boost-libs')
checkdepends=('gflags')
optdepends=()
makedepends=('cmake' 'boost' 'brotli' 'lz4-static' 'zlib-static' 'zstd-static' 'snappy-static')
-source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"
- "brotli-static.patch")
-sha256sums=('c61a60c298c30546fc0b418a35be66ef330fb81b06c49928acca7f1a34671d54'
- '1d245694b82d0fc9aed566c4873acba7f2dcb3d359bd924d848613eea77a771e')
-
-prepare() {
- cd "$srcdir/$pkgname-apache-$pkgname-$pkgver"
- patch -p1 < ../brotli-static.patch
-}
+source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz")
+sha256sums=('65f89a3910b6df02ac71e4d4283db9b02c5b3f1e627346c7b6a5982ae994af91')
build(){
cd "$srcdir"