git: update to 2.2.1
This commit is contained in:
parent
28c6a295e6
commit
701d3a7712
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for "git".
|
||||
# Template file for "git"
|
||||
pkgname=git
|
||||
version=2.2.0
|
||||
version=2.2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://git-scm.com/"
|
||||
license="GPL-2"
|
||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||
checksum=3b87774672bbf35b4d33991dc5119d4eff47c3679e27185312a2b8b36fdad314
|
||||
checksum=09422dc9a0bdddf6bdd5b8634c71e1ed3125256c47424e6a2687701e764ef450
|
||||
|
||||
subpackages="git-svn git-perl gitk git-gui"
|
||||
|
||||
|
@ -32,7 +32,7 @@ post_install() {
|
|||
|
||||
git-perl_package() {
|
||||
noarch=yes
|
||||
depends="git-${version}_${revision} perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||
depends="git>=${version}_${revision} perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||
short_desc+=" - perl utilities"
|
||||
pkg_install() {
|
||||
for f in add--interactive archimport cvsexportcommit cvsimport \
|
||||
|
@ -44,7 +44,7 @@ git-perl_package() {
|
|||
}
|
||||
}
|
||||
git-svn_package() {
|
||||
depends="git-perl-${version}_${revision} subversion-perl perl-Term-ReadKey"
|
||||
depends="git-perl>=${version}_${revision} subversion-perl perl-Term-ReadKey"
|
||||
short_desc+=" - subversion support"
|
||||
pkg_install() {
|
||||
vmove "usr/share/perl5/site_perl/Git/SVN*"
|
||||
|
@ -56,7 +56,7 @@ git-svn_package() {
|
|||
}
|
||||
gitk_package() {
|
||||
noarch=yes
|
||||
depends="git-${version}_${revision} tk"
|
||||
depends="git>=${version}_${revision} tk"
|
||||
short_desc="The Git repository browser"
|
||||
pkg_install() {
|
||||
vmove usr/bin/gitk
|
||||
|
@ -66,7 +66,7 @@ gitk_package() {
|
|||
}
|
||||
git-gui_package() {
|
||||
noarch=yes
|
||||
depends="git-${version}_${revision} tk"
|
||||
depends="git>=${version}_${revision} tk"
|
||||
short_desc+="A portable graphical interface to Git"
|
||||
pkg_install() {
|
||||
vmove usr/libexec/git-core/git-gui--askpass
|
||||
|
|
Loading…
Reference in a new issue