git: update to 2.27.0.

This commit is contained in:
Đoàn Trần Công Danh 2020-06-02 06:53:44 +07:00
parent 99dfe852fa
commit cd4c614532
1 changed files with 6 additions and 3 deletions

View File

@ -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
}