From c445e47e7573ee391b0aea18ef3dca60d6a500fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 10 Dec 2018 10:28:15 +0700 Subject: [PATCH] git: update to 2.20.0. --- srcpkgs/git/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 814c6a48bbe..0c8b32c43aa 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,25 +1,25 @@ # Template file for 'git' pkgname=git -version=2.19.2 +version=2.20.0 revision=1 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2 ac_cv_snprintf_returns_bogus=no" make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor perllibdir=/usr/share/perl5/vendor_perl" +make_check_target=test hostmakedepends="asciidoc perl tk xmlto" makedepends="libcurl-devel pcre2-devel tk-devel" # Required by https:// depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL" -replaces="git-perl>=0" short_desc="Git Tree History Storage Tool" maintainer="Juan RP " license="GPL-2.0-only" homepage="https://git-scm.com/" changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9 -make_check_target=test +checksum=bc94735073e14b138a1290cc99af3c379d544f514c43f8ebde988fc50d0ad81f +replaces="git-perl>=0" subpackages="git-cvs git-svn gitk git-gui git-all"