summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14287b05f46d..e73516fb83cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,11 @@ pkgbase = grpc-cpp-git
arch = any
license = Apache 2.0
makedepends = git
- depends = python-setuptools
- depends = python-numpy
- depends = python-scipy
+ makedepends = base-devel
+ depends = autoconf
+ depends = libtool
+ depends = pkg-config
+ depends = clang
source = git+https://github.com/grpc/grpc.git
md5sums = SKIP
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')