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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Apr 9 22:20:03 UTC 2013


    Date: Wednesday, April 10, 2013 @ 00:20:03
  Author: foutrelis
Revision: 182394

upgpkg: chromium 26.0.1410.63-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-09 21:34:09 UTC (rev 182393)
+++ PKGBUILD	2013-04-09 22:20:03 UTC (rev 182394)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=chromium
-pkgver=26.0.1410.43
-pkgrel=3
+pkgver=26.0.1410.63
+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/"
@@ -29,7 +29,7 @@
         chromium-ppapi-r0.patch
         chromium-26.0.1410.43-audio-buffer-size.patch
         chromium-26.0.1410.43-speechd-0.8.patch)
-sha256sums=('31021f81642124b75cb9fa68aa806206dea345bf1aaf7094c71b3f84344b1d84'
+sha256sums=('7af8f70745992afdee0196039b5beab1b86b6de7fa70ca4f4a04dc335f034b3f'
             '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
             '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
             '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
@@ -84,6 +84,9 @@
   # CFLAGS are passed through release_extra_cflags below
   export -n CFLAGS CXXFLAGS
 
+  # Silence "locally defined but not used" warnings in Chromium and WebKit
+  CFLAGS+=' -Wno-unused-local-typedefs'
+
   build/gyp_chromium --depth=. \
     -Dgoogle_api_key=$_google_api_key \
     -Dgoogle_default_client_id=$_google_default_client_id \




More information about the arch-commits mailing list