summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-27 14:50:19 -0400
committerGuillaume Horel2018-08-27 14:50:34 -0400
commit46689071c6788f6753778918f1b7508b22674cd2 (patch)
treececb85c008e07f136a7daf8cfdc49944c932d960
parentf833487de447f7f7b23dcf7130efba0b91014207 (diff)
downloadaur-46689071c6788f6753778918f1b7508b22674cd2.tar.gz
bump rel number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80754262ace..c9aea0b0c83d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parquet-cpp
pkgdesc = A C++ library to read and write the Apache Parquet columnar data format.
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://arrow.apache.org
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 3ccfe273bb8c..76de36bc6333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=parquet-cpp
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ library to read and write the Apache Parquet columnar data format."
arch=('x86_64')
url="https://arrow.apache.org"