summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-13 09:41:30 -0400
committerGuillaume Horel2019-03-13 09:41:50 -0400
commitc3dea43f37f4183f3632ecaf592b7f659e78f05d (patch)
treeb26d38c20ff2b170f146adcd5c6b04c05d655b86
parent9c87d60796f768aa778ffcde7c6a4215acaf727d (diff)
downloadaur-c3dea43f37f4183f3632ecaf592b7f659e78f05d.tar.gz
update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe5b9a5dbc3..923464e74396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = arrow
makedepends = gflags-static
makedepends = google-glog-static
makedepends = lz4-static
+ makedepends = python-numpy
makedepends = zlib-static
makedepends = zstd-static
makedepends = snappy-static
diff --git a/PKGBUILD b/PKGBUILD
index 9f3bcfca626e..0d34ff2f3cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ checkdepends=('gflags')
optdepends=()
provides=('parquet-cpp')
conflicts=('parquet-cpp')
-makedepends=('cmake' 'boost' 'brotli' 'double-conversion' 'flatbuffers-static' 'gflags-static' 'google-glog-static' 'lz4-static' 'zlib-static' 'zstd-static' 'snappy-static')
+makedepends=('cmake' 'boost' 'brotli' 'double-conversion' 'flatbuffers-static' 'gflags-static' 'google-glog-static' 'lz4-static' 'python-numpy' 'zlib-static' 'zstd-static' 'snappy-static')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz")
sha256sums=('aae68622edc3dcadaa16b2d25ae3f00290d5233100321993427b03bcf5b1dd3b')