git: update to 2.17.0.
This commit is contained in:
parent
882e7eaf02
commit
e646d0d359
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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() {
|
||||
|
|
Loading…
Reference in New Issue