summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-06-08 13:33:38 -0400
committerGuillaume Horel2017-06-08 13:33:38 -0400
commit17352d487bb484d7babf3b558ff136ce26421bd8 (patch)
tree23e16a4567e0f7a8253a0292c42fcc1d4e2eeb0a /PKGBUILD
parented7661ac3d42de7da60573b485ad7ce16d3d8019 (diff)
downloadaur-17352d487bb484d7babf3b558ff136ce26421bd8.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b35b0aebc5f..839f74142e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='arrow'
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A columnar in-memory analytics layer for big data."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ checkdepends=()
optdepends=()
makedepends=('cmake' 'boost')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz")
-sha256sums=('0ce9f47e42735d8d48dd83f9ff6a1612c5f2a8e846f3ae23595697e3519dd9b8')
+sha256sums=('a4fd4aaa3a2f671d031f0c31b4ed72df948d60c1b5aba84188b032da56e409e3')
build(){
cd "$srcdir"