summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-02-16 09:53:59 -0500
committerGuillaume Horel2018-02-16 09:53:59 -0500
commit298d987a59debb68e0383133265ea5189f3ab4d7 (patch)
tree6037ab9e19f2c52ca2dc37a864f60086c6bce067 /PKGBUILD
parent23d48f516d09f52e8affd0701bf900bf2a6323ca (diff)
downloadaur-298d987a59debb68e0383133265ea5189f3ab4d7.tar.gz
update checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b75d78e8754..2af9978e946b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://arrow.apache.org"
license=('Apache')
depends=('flatbuffers' 'rapidjson' 'boost-libs')
-checkdepends=()
+checkdepends=('gflags')
optdepends=()
makedepends=('cmake' 'boost' 'brotli' 'lz4-static' 'zlib-static' 'zstd-static' 'snappy-static')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"