[arch-commits] CVS update of extra/devel/git (PKGBUILD git.install)

Dan McGee dan at archlinux.org
Mon Nov 19 00:26:07 UTC 2007


    Date: Sunday, November 18, 2007 @ 19:26:07
  Author: dan
    Path: /home/cvs-extra/extra/devel/git

Modified: PKGBUILD (1.42 -> 1.43) git.install (1.2 -> 1.3)

version bump git


-------------+
 PKGBUILD    |    7 ++++---
 git.install |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)


Index: extra/devel/git/PKGBUILD
diff -u extra/devel/git/PKGBUILD:1.42 extra/devel/git/PKGBUILD:1.43
--- extra/devel/git/PKGBUILD:1.42	Wed Oct 31 21:55:08 2007
+++ extra/devel/git/PKGBUILD	Sun Nov 18 19:26:07 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.42 2007/11/01 01:55:08 eric Exp $
+# $Id: PKGBUILD,v 1.43 2007/11/19 00:26:07 dan Exp $
 # Maintainer: Simo Leone <simo at archlinux.org>
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.5.3.5
+pkgver=1.5.3.6
 pkgrel=2
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
@@ -15,7 +15,8 @@
 install=git.install
 source=("http://kernel.org/pub/software/scm/git/${pkgname}-${pkgver}.tar.bz2" \
 	"http://kernel.org/pub/software/scm/git/git-manpages-${pkgver}.tar.bz2")
-md5sums=('3fdff0bdb3638fce1c4bc6795ed81fb3' '2cc722f80968b1c2f99a217457b056d4')
+md5sums=('9b0a6cea7b084f3fc78f264cd2fb49bd'
+         'cc8556ff7e89db26dd1a024cfe8584e3')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/devel/git/git.install
diff -u extra/devel/git/git.install:1.2 extra/devel/git/git.install:1.3
--- extra/devel/git/git.install:1.2	Fri Sep 21 00:52:06 2007
+++ extra/devel/git/git.install	Sun Nov 18 19:26:07 2007
@@ -1,7 +1,7 @@
 post_install() {
   echo ">> GIT optional dependencies:"
   echo ">> gitk, git-gui: tk"
-  echo ">> git-svnimport, git-svn: perl-uri, perl-libwww, subversion"
+  echo ">> git-svnimport, git-svn: perl-uri, perl-libwww, perl-term-readkey, subversion"
   echo ">> git-cvsimport: cvsps"
 }
 




More information about the arch-commits mailing list