summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-09-25 13:15:45 -0400
committerGuillaume Horel2017-09-25 13:15:45 -0400
commitd53c3b3469a9f46a49b261e453e99b3c08aa15b4 (patch)
treec9e8f9c6bec3a3b2c07e3abb61e10592a1f17a31 /PKGBUILD
parentb119d2270088828eb28e91287cb15bac0159f1cd (diff)
downloadaur-d53c3b3469a9f46a49b261e453e99b3c08aa15b4.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 0d6c94d4d242..063283c66bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=parquet-cpp
-pkgver=1.2.0
+pkgver=1.3.0
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=('625152c99400eb3995d87e585bbedf6575c9f8804d3d6b46a822f8cb27257d34')
+sha256sums=('a93f37d5f266177e504c2fc240d7b7c4101b725903634432635d2358af2b2cd4')
build(){
cd "$srcdir/$pkgname-apache-$pkgname-${pkgver}"