diff --git a/srcpkgs/libgit2-1.8/template b/srcpkgs/libgit2-1.8/template index 96f11929368..3d3df7854ab 100644 --- a/srcpkgs/libgit2-1.8/template +++ b/srcpkgs/libgit2-1.8/template @@ -1,11 +1,12 @@ # Template file for 'libgit2-1.8' pkgname=libgit2-1.8 version=1.8.4 -revision=1 +revision=2 build_style=cmake -configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=ON -DUSE_HTTP_PARSER=llhttp" +configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=exec -DUSE_HTTP_PARSER=llhttp" hostmakedepends="python3 pkg-config" -makedepends="zlib-devel openssl-devel llhttp-devel libssh2-devel" +makedepends="zlib-devel openssl-devel llhttp-devel" +depends=openssh short_desc="Git linkable library ${pkgname#libgit2-}" maintainer="tranzystorekk " license="GPL-2.0-only WITH GCC-exception-2.0"