summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-01-11 14:37:50 -0500
committeracxz2020-01-11 14:37:50 -0500
commit454cfc9af8905bcc27df74071899f081566003f1 (patch)
tree4cc072fbd2cb093c4bde6bb99a9fd4765c02f3bb /PKGBUILD
parentb9ef63b329be4e1c06ab67531c0ff3b21974dd65 (diff)
downloadaur-arrow-git.tar.gz
add arrow conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9353f51889a2..a51463a708da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('Apache')
depends=('boost-libs' 'brotli' 'double-conversion' 'c-ares-cmake' 'gflags' 'grpc' 'google-glog' 'lz4' 'protobuf' 'rapidjson' 'snappy' 'thrift' 'uriparser' 'zstd')
optdepends=()
makedepends=('git' 'apache-orc' 'boost' 'cmake' 'flatbuffers' 'python-numpy')
-provides=('parquet-cpp')
-conflicts=('parquet-cpp')
+provides=('parquet-cpp' 'arrow')
+conflicts=('parquet-cpp' 'arrow')
_name=arrow
source=("git+https://github.com/apache/arrow.git")
sha256sums=('SKIP')