From c787b50f4e0ca2b6e920acf333c04d1ce940ac26 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 11 Dec 2024 22:48:07 +0100 Subject: [PATCH] libgit2-1.8: switch from libssh2 to openssh --- srcpkgs/libgit2-1.8/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgit2-1.8/template b/srcpkgs/libgit2-1.8/template index 96f11929368d45..3d3df7854ab461 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"