git: update to 2.16.3.
This commit is contained in:
parent
d7f29a0ed3
commit
d89775c533
1 changed files with 8 additions and 9 deletions
|
@ -1,23 +1,22 @@
|
||||||
# Template file for "git"
|
# Template file for "git"
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.16.2
|
version=2.16.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
|
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
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"
|
||||||
hostmakedepends="xmlto asciidoc perl python tk"
|
hostmakedepends="asciidoc perl tk xmlto"
|
||||||
makedepends="libressl-devel libcurl-devel expat-devel tk-devel pcre2-devel"
|
makedepends="libcurl-devel pcre2-devel tk-devel"
|
||||||
# Required by https://
|
# Required by https://
|
||||||
depends="ca-certificates
|
depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||||
perl perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
|
||||||
replaces="git-perl>=0"
|
replaces="git-perl>=0"
|
||||||
short_desc="Git Tree History Storage Tool"
|
short_desc="Git Tree History Storage Tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://git-scm.com/"
|
license="GPL-2.0-only"
|
||||||
license="GPL-2"
|
homepage="https://git-scm.com/"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717
|
checksum=d65d99e9e5b081c1f14ea018973806e942a2eb7d0da2ebc01bd2525adee62d48
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
|
||||||
subpackages="git-cvs git-svn gitk git-gui git-all"
|
subpackages="git-cvs git-svn gitk git-gui git-all"
|
||||||
|
|
Loading…
Reference in a new issue