[arch-commits] Commit in git/trunk (ChangeLog PKGBUILD git.install)

Dan McGee dan at archlinux.org
Thu Jun 19 13:23:45 UTC 2008


    Date: Thursday, June 19, 2008 @ 09:23:45
  Author: dan
Revision: 3093

upgpkg: git 1.5.6-1

Modified:
  git/trunk/ChangeLog
  git/trunk/PKGBUILD
  git/trunk/git.install

-------------+
 ChangeLog   |    4 ++++
 PKGBUILD    |    8 ++++----
 git.install |    4 ----
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-06-19 08:54:15 UTC (rev 3092)
+++ ChangeLog	2008-06-19 13:23:45 UTC (rev 3093)
@@ -1,5 +1,9 @@
 Simple version bumps are ommitted from the following ChangeLog.
 
+2008-06-15 Dan McGee <dan at archlinux.org>
+	Version 1.5.6-1
+	* Removed 'cpio' dependency, clone is now a builtin and no longer needs it
+
 2008-02-02 Dan McGee <dan at archlinux.org>
 	Version 1.5.4-1
 	* Upstream version 1.5.4

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-19 08:54:15 UTC (rev 3092)
+++ PKGBUILD	2008-06-19 13:23:45 UTC (rev 3093)
@@ -2,13 +2,13 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=1.5.5.3
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="GIT - the stupid content tracker"
 arch=(i686 x86_64)
 url="http://git.or.cz/"
 license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.10.0' 'cpio')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.10.0')
 replaces=('git-core')
 provides=('git-core')
 install=git.install
@@ -39,5 +39,5 @@
   rm -rf ${startdir}/pkg/usr/lib
 }
 
-md5sums=('022ce5772b900243ef5d289deb7a3667'
-         '374a62ddf37343a5130f3318eab1ce2b')
+md5sums=('76c4efaaa5470a5385e22d99349a97b3'
+         '9e74eefba7179944ab88e6f6d75506cf')

Modified: git.install
===================================================================
--- git.install	2008-06-19 08:54:15 UTC (rev 3092)
+++ git.install	2008-06-19 13:23:45 UTC (rev 3093)
@@ -5,7 +5,3 @@
   echo ">> git-cvsimport: cvsps"
 }
 
-post_upgrade() {
-  post_install
-}
-





More information about the arch-commits mailing list