mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:27:13 +08:00
git: update to 2.10.0
This commit is contained in:
parent
ab9f654071
commit
f640aba62d
10
git/PKGBUILD
10
git/PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=git
|
||||
pkgver=2.7.4
|
||||
pkgver=2.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
|
||||
arch=('x86_64')
|
||||
@ -13,15 +13,15 @@ optdepends=('tk: gitk and git gui'
|
||||
'perl-net-smtp-ssl: git send-email TLS support'
|
||||
'python2: various helper scripts'
|
||||
'subversion: git svn')
|
||||
replaces=('git-core')
|
||||
provides=('git-core')
|
||||
install="git.install"
|
||||
source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz"
|
||||
source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar"{.xz,.sign}
|
||||
git-daemon@.service
|
||||
git-daemon.socket)
|
||||
md5sums=('b0219fcb6d73104361f4fbdba3741d00'
|
||||
md5sums=('d99fdf256e7c7bc5d2cb428b48d4e038'
|
||||
'SKIP'
|
||||
'042524f942785772d7bd52a1f02fe5ae'
|
||||
'f67869315c2cc112e076f0c73f248002')
|
||||
validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user