From f640aba62d9f5698846578d1f98713eb1b396df9 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Sat, 10 Sep 2016 09:35:47 +0100 Subject: [PATCH] git: update to 2.10.0 --- git/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git/PKGBUILD b/git/PKGBUILD index e79b9fa41..51fd08d56 100644 --- a/git/PKGBUILD +++ b/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"