mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/chromium to 65.0.3325.181-7
This commit is contained in:
parent
d4d91f37e6
commit
8b93555499
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue