mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/chromium to 99.0.4844.74-1
This commit is contained in:
parent
e41ce1a6db
commit
b5ca259e05
1 changed files with 2 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=99.0.4844.51
|
||||
pkgver=99.0.4844.74
|
||||
pkgrel=1
|
||||
_launcher_ver=8
|
||||
_gcc_patchset=3
|
||||
|
@ -45,7 +45,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
0001-widevine-support-for-arm.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch
|
||||
0003-Fix-eu-strip-build-for-newer-GCC.patch)
|
||||
sha256sums=('97c52e57eca0dc8b752d274047f38c88aaa86036c0587b26b056efbd3fb2bae3'
|
||||
sha256sums=('2d5f464730fde0260d1b00db1b38210344952ec91a5b3c544c99c43e76ffbb98'
|
||||
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
|
||||
'9cd2570e92e9bfeff3faf0d5b56334535cb2313f99ab0d9019b74d18ae1c7d0a'
|
||||
'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
|
||||
|
@ -221,9 +221,6 @@ build() {
|
|||
# Let Chromium set its own symbol level
|
||||
CFLAGS=${CFLAGS/-g }
|
||||
CXXFLAGS=${CXXFLAGS/-g }
|
||||
# -fvar-tracking-assignments is not recognized by clang
|
||||
CFLAGS=${CFLAGS/-fvar-tracking-assignments}
|
||||
CXXFLAGS=${CXXFLAGS/-fvar-tracking-assignments}
|
||||
|
||||
# https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
|
||||
CFLAGS=${CFLAGS/-fexceptions}
|
||||
|
|
Loading…
Reference in a new issue