summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPanos Kanavos2019-05-14 12:16:24 +0300
committerPanos Kanavos2019-05-14 12:16:24 +0300
commitc77f359b8b3d98d2d3724be441ace67aa9f52829 (patch)
treec94491dbf8bdcb8119b61c369e2cba9be768fc9d
parente614e3e27c5b291097894d6bb28b1eeb6209b79b (diff)
downloadaur-c77f359b8b3d98d2d3724be441ace67aa9f52829.tar.gz
Add missing git dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10ee104a5d52..29acd986a8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/google/sentencepiece"
license=('Apache')
groups=()
depends=()
-makedepends=('cmake' 'gcc')
+makedepends=('git' 'cmake' 'gcc')
checkdepends=()
optdepends=('gperftools')
provides=()