summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSameer Puri2020-08-05 20:26:50 -0400
committerSameer Puri2020-08-05 20:27:01 -0400
commitcdf6e5b20c9733af8fc0b78d65611062154ba1fc (patch)
tree2b88a56f57b7d2a6f95c5e7fb644cb625c34fbcd /PKGBUILD
parentfe734c567ae3f292e7418d312e0401b5843195d1 (diff)
downloadaur-cdf6e5b20c9733af8fc0b78d65611062154ba1fc.tar.gz
add git makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index decadce982d1..1ec183b80198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/google/or-tools"
license=('Apache2')
depends=('python>=3.5' 'swig' 'python-protobuf')
-makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip')
+makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip' 'git')
options=(!emptydirs)
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz")
sha384sums=('73f051808575bffdcd4a9bb07a45a8d2ba2dc9dc565771b6fb1706f3271f74f271236470b25c08da6ad467764fe9599f')