diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 381c8a1bc7..94fc9b4b30 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,13 +1,13 @@ # Template file for "git" pkgname=git -version=2.13.4 +version=2.14.0 revision=1 build_style=gnu-configure -configure_args="--with-curl --with-expat --with-tcltk --with-libpcre +configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2 ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no" make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor" hostmakedepends="xmlto asciidoc perl python tk" -makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre-devel" +makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre2-devel" # Required by https:// depends="ca-certificates" short_desc="Git Tree History Storage Tool" @@ -15,7 +15,7 @@ maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda +checksum=f93e6e6a307d2e953cccafd9f4003c62992628fa508d07586476c953c1655975 subpackages="git-cvs git-svn git-perl gitk git-gui git-all"