Date: Friday, April 5, 2019 @ 04:43:09 Author: foutrelis Revision: 349842
upgpkg: chromium 73.0.3683.103-1 New upstream release. Modified: chromium/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-04 20:31:32 UTC (rev 349841) +++ PKGBUILD 2019-04-05 04:43:09 UTC (rev 349842) @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=chromium -pkgver=73.0.3683.86 +pkgver=73.0.3683.103 pkgrel=1 _launcher_ver=6 pkgdesc="A web browser built for speed, simplicity, and security" @@ -29,7 +29,7 @@ chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch chromium-widevine.patch chromium-skia-harmony.patch) -sha256sums=('9ebb731576d25901cee5505f3458cf7780b0a39243743d7779f66514716bbfa3' +sha256sums=('eb02c419de98bb8849fd0a37a3e7bbb813938c37e3d6b2c2526df3e84f9653af' '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1' 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89' 'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa' @@ -104,12 +104,6 @@ # https://bugs.gentoo.org/661880#c21 patch -Np1 -i ../chromium-system-icu.patch - # Remove compiler flags not supported by our system clang - sed -i \ - -e '/"-fsplit-lto-unit"/d' \ - -e '/"-Wno-defaulted-function-deleted"/d' \ - build/config/compiler/BUILD.gn - # Force script incompatible with Python 3 to use /usr/bin/python2 sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
