summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54d1fe47627d..2c44c8852065 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=('autoconf' 'libtool' 'pkg-config' 'clang')
-makedepends=('git' 'base-devel')
+depends=('autoconf' 'libtool' 'pkg-config' 'clang' 'gcc')
+makedepends=('git')
source=('git+https://github.com/grpc/grpc.git')
md5sums=('SKIP')