extra/chromium to 65.0.3325.181-7

This commit is contained in:
Kevin Mihelich 2018-04-10 00:33:45 +00:00
parent d4d91f37e6
commit 8b93555499

View file

@ -14,7 +14,7 @@ highmem=1
pkgname=chromium
pkgver=65.0.3325.181
pkgrel=6
pkgrel=7
_launcher_ver=6
pkgdesc="A web browser built for speed, simplicity, and security"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@ -148,6 +148,10 @@ prepare() {
sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
patch -Np1
# Work around broken screen sharing in Google Meet
# https://crbug.com/829916#c16
sed -i 's/"Chromium/"Chrome/' chrome/common/chrome_content_client_constants.cc
# https://crbug.com/822820
patch -Np1 -i ../fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch