summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSajaysurya Ganesh2018-07-15 22:50:24 +0100
committerSajaysurya Ganesh2018-07-15 22:50:24 +0100
commit43f8186225d7ff03e7b423121010057674e4c430 (patch)
tree0a192190deda04f0593e441f80ff6a7d1091273e /PKGBUILD
parent6df3f32fab19fa3fb652c1367f2853444eb9bf9e (diff)
downloadaur-43f8186225d7ff03e7b423121010057674e4c430.tar.gz
Add right dependencies
Signed-off-by: Sajaysurya Ganesh <sajay.surya@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b28f5288ca0..04a9d2f4c3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="GRPC-C++"
arch=('any')
url="https://github.com/grpc/grpc"
license=('Apache 2.0')
-depends=('python-setuptools' 'python-numpy' 'python-scipy')
-makedepends=('git')
+depends=('autoconf' 'libtool' 'pkg-config' 'clang')
+makedepends=('git' 'base-devel')
source=('git+https://github.com/grpc/grpc.git')
md5sums=('SKIP')