summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-05-03 22:34:44 -0400
committerGuillaume Horel2017-05-03 22:34:44 -0400
commitfc9695c06f4da946c0ced24680bb36f66e94c66d (patch)
tree9c73b433477df9c82c1c80792a32bc46f0b1031d
parenta21eec429772f92e1dcbda7f5506a3e9c7f8d51a (diff)
downloadaur-fc9695c06f4da946c0ced24680bb36f66e94c66d.tar.gz
fix dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3913d5047b9..3dbae3fa81ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,6 @@ pkgbase = arrow
arch = x86_64
license = Apache
makedepends = cmake
- makedepends = flatbuffers
- makedepends = rapidjson
depends = flatbuffers
depends = rapidjson
source = https://github.com/apache/arrow/archive/apache-arrow-0.3.0-rc1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 168c7475592d..e382b4444d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
depends=('flatbuffers' 'rapidjson')
checkdepends=()
optdepends=()
-makedepends=('cmake' 'flatbuffers' 'rapidjson')
+makedepends=('cmake')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver-rc1.tar.gz")
sha256sums=('2351698826e01b3f758998844177e3ea8bfffdafeb8b532273d7d19d0373b3a9')