[arch-commits] Commit in git/repos (4 files)

Eric Belanger eric at archlinux.org
Thu Jun 19 20:36:03 UTC 2008


    Date: Thursday, June 19, 2008 @ 16:36:03
  Author: eric
Revision: 3114

Merged revisions 2249-3113 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/git/trunk

........
  r3093 | dan | 2008-06-19 09:23:45 -0400 (Thu, 19 Jun 2008) | 1 line
  
  upgpkg: git 1.5.6-1
........

Modified:
  git/repos/extra-x86_64/	(properties)
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git.install

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


Property changes on: git/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /git/trunk:1-2248
   + /git/trunk:1-3113

Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2008-06-19 20:25:47 UTC (rev 3113)
+++ extra-x86_64/ChangeLog	2008-06-19 20:36:03 UTC (rev 3114)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-19 20:25:47 UTC (rev 3113)
+++ extra-x86_64/PKGBUILD	2008-06-19 20:36:03 UTC (rev 3114)
@@ -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: extra-x86_64/git.install
===================================================================
--- extra-x86_64/git.install	2008-06-19 20:25:47 UTC (rev 3113)
+++ extra-x86_64/git.install	2008-06-19 20:36:03 UTC (rev 3114)
@@ -5,7 +5,3 @@
   echo ">> git-cvsimport: cvsps"
 }
 
-post_upgrade() {
-  post_install
-}
-





More information about the arch-commits mailing list