From e646d0d359ab937f695f304e76b20b0a3d07c381 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 19 Apr 2018 22:13:59 +0200 Subject: [PATCH] git: update to 2.17.0. --- srcpkgs/git/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 540b73adee4..67ab7644ee1 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,11 +1,12 @@ # Template file for "git" pkgname=git -version=2.16.3 +version=2.17.0 revision=1 build_style=gnu-configure 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" +make_install_args="NO_INSTALL_HARDLINKS=1 INSTALLDIRS=vendor + perllibdir=/usr/share/perl5/vendor_perl" hostmakedepends="asciidoc perl tk xmlto" makedepends="libcurl-devel pcre2-devel tk-devel" # Required by https:// @@ -16,7 +17,7 @@ maintainer="Juan RP " license="GPL-2.0-only" homepage="https://git-scm.com/" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=d65d99e9e5b081c1f14ea018973806e942a2eb7d0da2ebc01bd2525adee62d48 +checksum=e916e5e95e81dbeafa7aac5d719c01108b5c814eb90b746695afa1afedf955c7 make_check_target="test" subpackages="git-cvs git-svn gitk git-gui git-all" @@ -55,7 +56,6 @@ git-svn_package() { vmove usr/libexec/git-core/git-remote-testsvn vmove usr/libexec/git-core/git-svn vmove usr/share/man/man1/git-svn.1 - vmove "usr/share/man/man3/Git::SVN*" } } gitk_package() {