summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-07-11 10:30:26 -0400
committerGuillaume Horel2017-07-11 10:30:26 -0400
commitc5457b30ff9cf4bcb96dc06ecb702120a635c238 (patch)
treea91a621995457d8d808db29329d4155e724d422e
parent19f00a5f379a72dedcfba3f51f0fdd6cc0a3cf96 (diff)
downloadaur-c5457b30ff9cf4bcb96dc06ecb702120a635c238.tar.gz
update dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff1604dcc426..85379d27330f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,12 +7,12 @@ pkgbase = parquet-cpp
arch = x86_64
license = Apache
makedepends = boost
- makedepends = brotli
makedepends = cmake
makedepends = git
makedepends = snappy-static
makedepends = thrift-static
depends = gcc-libs
+ depends = brotli
depends = boost-libs
depends = arrow
source = git+https://github.com/apache/parquet-cpp.git#commit=ce5e1e7dd6799df5411148479f0eb2626e3fff72
diff --git a/PKGBUILD b/PKGBUILD
index d0e46fd7be5c..81b0a572b8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="A C++ library to read and write the Apache Parquet columnar data format
arch=('i686' 'x86_64')
url="https://arrow.apache.org"
license=('Apache')
-depends=('gcc-libs' 'boost-libs' 'arrow')
+depends=('gcc-libs' 'brotli' 'boost-libs' 'arrow')
checkdepends=()
optdepends=()
-makedepends=('boost' 'brotli' 'cmake' 'git' 'snappy-static' 'thrift-static')
+makedepends=('boost' 'cmake' 'git' 'snappy-static' 'thrift-static')
source=("git+https://github.com/apache/parquet-cpp.git#commit=ce5e1e7dd6799df5411148479f0eb2626e3fff72")
sha256sums=('SKIP')