summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Chen2021-11-21 17:49:04 -0800
committerTravis Chen2021-11-21 17:49:04 -0800
commit51bfeded0e3678a3e219db60ca39ad9b131fe154 (patch)
treef60eed13a9a4c7af32fa46f59d9abdbea8ab77f4
parent76c6bdb6aaa99217c4c6ba69062f9cf2693569da (diff)
downloadaur-51bfeded0e3678a3e219db60ca39ad9b131fe154.tar.gz
Add protobuf and python-protobuf dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e51edf41de00..2eb4168d9ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/directed-graph/${pkgname%-git}"
license=("MIT")
groups=()
depends=()
-makedepends=("git" "bazel")
-checkdepends=("bazel")
+makedepends=("bazel" "git" "protobuf" "python-protobuf")
+checkdepends=("bazel" "protobuf" "python-protobuf")
optdepends=()
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")