summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-11-21 17:11:20 -0500
committerGuillaume Horel2017-11-21 17:11:20 -0500
commit9a6009d6e6bb1af1a0a598c2669e76e4d04a05fc (patch)
treefec09b943448022c6b6044a2fe30d14e859da6ae
parentd53c3b3469a9f46a49b261e453e99b3c08aa15b4 (diff)
downloadaur-9a6009d6e6bb1af1a0a598c2669e76e4d04a05fc.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b716c68b306c..2d83042d887b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = parquet-cpp
pkgdesc = A C++ library to read and write the Apache Parquet columnar data format.
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://arrow.apache.org
arch = i686
@@ -13,8 +13,8 @@ pkgbase = parquet-cpp
depends = arrow
depends = boost-libs
depends = gcc-libs
- source = https://github.com/apache/parquet-cpp/archive/apache-parquet-cpp-1.3.0.tar.gz
- sha256sums = a93f37d5f266177e504c2fc240d7b7c4101b725903634432635d2358af2b2cd4
+ source = https://github.com/apache/parquet-cpp/archive/apache-parquet-cpp-1.3.1.tar.gz
+ sha256sums = 8dd6837076f2e903ff6c509d06c98e72ece55cf329ea158ca612a643b1436333
pkgname = parquet-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 063283c66bb0..55a720f03680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=parquet-cpp
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A C++ library to read and write the Apache Parquet columnar data format."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ checkdepends=()
optdepends=()
makedepends=('boost' 'cmake' 'git' 'thrift-static')
source=("https://github.com/apache/parquet-cpp/archive/apache-parquet-cpp-$pkgver.tar.gz")
-sha256sums=('a93f37d5f266177e504c2fc240d7b7c4101b725903634432635d2358af2b2cd4')
+sha256sums=('8dd6837076f2e903ff6c509d06c98e72ece55cf329ea158ca612a643b1436333')
build(){
cd "$srcdir/$pkgname-apache-$pkgname-${pkgver}"