From cd4c6145320396701c57871cb957db36c4cfd700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 2 Jun 2020 06:53:44 +0700 Subject: [PATCH] git: update to 2.27.0. --- srcpkgs/git/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index e6c818bd3c8..b433fa41c33 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,6 +1,6 @@ # Template file for 'git' pkgname=git -version=2.26.2 +version=2.27.0 revision=1 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2" @@ -14,7 +14,7 @@ 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=6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848 +checksum=73ca9774d7fa226e1d87c1909401623f96dca6a044e583b9a762e84d7d1a73f9 replaces="git-perl>=0" register_shell=/usr/bin/git-shell @@ -38,7 +38,7 @@ post_build() { } do_check() { - make test + make ${makejobs} test make -C contrib/diff-highlight test make -C contrib/subtree test make -C contrib/credential/netrc test @@ -90,6 +90,7 @@ gitk_package() { archs=noarch depends="git-${version}_${revision} tk" short_desc="Git repository browser" + license="GPL-2.0-or-later" pkg_install() { vmove usr/bin/gitk vmove usr/share/gitk @@ -101,6 +102,7 @@ git-gui_package() { archs=noarch depends="git-${version}_${revision} tk" short_desc+=" - GUI tool" + license="GPL-2.0-or-later" pkg_install() { vmove usr/libexec/git-core/git-gui--askpass vmove usr/libexec/git-core/git-gui @@ -119,6 +121,7 @@ git-all_package() { git-libsecret_package() { depends="git-${version}_${revision}" short_desc+=" - libsecret credential helper" + license="GPL-2.0-or-later" pkg_install() { vmove usr/libexec/git-core/git-credential-libsecret }