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

Dan McGee dan at archlinux.org
Fri Sep 21 04:52:06 UTC 2007


    Date: Friday, September 21, 2007 @ 00:52:06
  Author: dan
    Path: /home/cvs-extra/extra/devel/git

Modified: PKGBUILD (1.37 -> 1.38) git.install (1.1 -> 1.2)

upgpkg: git 1.5.3.2-1


-------------+
 PKGBUILD    |    9 +++++----
 git.install |    6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)


Index: extra/devel/git/PKGBUILD
diff -u extra/devel/git/PKGBUILD:1.37 extra/devel/git/PKGBUILD:1.38
--- extra/devel/git/PKGBUILD:1.37	Sun Sep  2 10:34:43 2007
+++ extra/devel/git/PKGBUILD	Fri Sep 21 00:52:06 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.37 2007/09/02 14:34:43 dan Exp $
+# $Id: PKGBUILD,v 1.38 2007/09/21 04:52:06 dan Exp $
 # Maintainer: Simo Leone <simo at archlinux.org>
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.5.3
+pkgver=1.5.3.2
 pkgrel=1
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
@@ -12,10 +12,11 @@
 depends=('curl' 'expat>=2.0' 'perl-error')
 replaces=('git-core')
 provides=('git-core')
+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=('798e5784670e0a3e0daaea048e60851d'
-         '75455aa9f4a1c54330e5c16d02095295')
+md5sums=('2113337dd27141a6890ff84f25164901'
+         '375183e7370877f752674063e4336dfa')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/devel/git/git.install
diff -u extra/devel/git/git.install:1.1 extra/devel/git/git.install:1.2
--- extra/devel/git/git.install:1.1	Wed Sep 12 11:39:15 2007
+++ extra/devel/git/git.install	Fri Sep 21 00:52:06 2007
@@ -1,8 +1,8 @@
 post_install() {
   echo ">> GIT optional dependencies:"
-  echo ">> tk: gitk and git-gui"
-  echo ">> perl-uri, perl-libwww, subversion: git-svnimport and git-svn"
-  echo ">> cvsps: git-cvsimport"
+  echo ">> gitk, git-gui: tk"
+  echo ">> git-svnimport, git-svn: perl-uri, perl-libwww, subversion"
+  echo ">> git-cvsimport: cvsps"
 }
 
 post_upgrade() {




More information about the arch-commits mailing list