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