git: update to 2.12.0.
This commit is contained in:
parent
6b2d675713
commit
ce04d576d8
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for "git"
|
||||
pkgname=git
|
||||
version=2.11.1
|
||||
version=2.12.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://git-scm.com/"
|
||||
license="GPL-2"
|
||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||
checksum=c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415
|
||||
checksum=1821766479062d052cc1897d0ded95212e81e5c7f1039786bc4aec2225a32027
|
||||
|
||||
subpackages="git-cvs git-svn git-perl gitk git-gui git-all"
|
||||
|
||||
|
@ -35,14 +35,13 @@ git-perl_package() {
|
|||
short_desc+=" - Perl utilities"
|
||||
pkg_install() {
|
||||
for f in add--interactive archimport difftool difftool--helper \
|
||||
relink send-email; do
|
||||
send-email; do
|
||||
vmove usr/libexec/git-core/git-${f}
|
||||
done
|
||||
vmove usr/share/perl5
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/share/man/man1/git-archimport.1
|
||||
vmove usr/share/man/man1/git-difftool.1
|
||||
vmove usr/share/man/man1/git-relink.1
|
||||
vmove usr/share/man/man1/git-send-email.1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue