[arch-commits] Commit in chromium/trunk (PKGBUILD createSource)

Pierre Schmitz pierre at archlinux.org
Mon Apr 5 16:20:21 UTC 2010


    Date: Monday, April 5, 2010 @ 12:20:21
  Author: pierre
Revision: 75994

upstream update

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/createSource

--------------+
 PKGBUILD     |    6 +++---
 createSource |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-05 15:10:34 UTC (rev 75993)
+++ PKGBUILD	2010-04-05 16:20:21 UTC (rev 75994)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=chromium
-pkgver=5.0.342.8
-pkgrel=3
+pkgver=5.0.342.9
+pkgrel=1
 pkgdesc='The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser.'
 arch=('i686' 'x86_64')
 url='http://www.chromium.org/'
@@ -17,7 +17,7 @@
 source=("ftp://ftp.archlinux.org/other/chromium/chromium-${pkgver}.tar.xz"
         'chromium.desktop' 'chromium.sh'
         'drop_sse2.patch' 'ffmpeg_branding_mime.patch' 'libpng-1.4.patch')
-md5sums=('66d6ff274b7a2d0a8e66ad2621a950cb'
+md5sums=('cb96a81e31d38fad1d220216e71ffbbf'
          '897de25e9c25a01f8b1b67abe554a6b7'
          '93cd6f5f53b15546dc9d3de49118534c'
          'dfbc18bb26dffa2dc6d4d3a857730902'

Modified: createSource
===================================================================
--- createSource	2010-04-05 15:10:34 UTC (rev 75993)
+++ createSource	2010-04-05 16:20:21 UTC (rev 75994)
@@ -22,7 +22,7 @@
 cd $tmp/chromium-$pkgver
 
 # this should be updated to a more recent revision on major updates
-svn co -r42797 -q http://src.chromium.org/svn/trunk/tools/depot_tools/ depot_tools
+svn co -r43113 -q http://src.chromium.org/svn/trunk/tools/depot_tools/ depot_tools
 
 export PATH=./depot_tools/:$PATH
 chmod +x ./depot_tools/gclient.py
@@ -39,7 +39,7 @@
 svnversion src > src/build/LASTCHANGE.in
 
 for i in ${nonessential_dirs[@]}; do
-	rm -rf $i
+	[ -d "$i" ] && rm -rf "$i"
 done
 
 find . -name '.svn' -type d -exec rm -rf {} \;
@@ -49,7 +49,7 @@
 find . -iname '*.nexe' -delete
 
 cd ..
-bsdtar cJf $current/chromium-$pkgver.tar.xz chromium-$pkgver
+bsdtar cJvf $current/chromium-$pkgver.tar.xz chromium-$pkgver
 cd $current
 
 rm -rf $tmp




More information about the arch-commits mailing list