extra/chromium to 62.0.3202.89-1

This commit is contained in:
Kevin Mihelich 2017-11-07 13:28:02 +00:00
parent 51f3e50f07
commit f989e569f0

View file

@ -12,7 +12,7 @@ buildarch=12
highmem=1
pkgname=chromium
pkgver=62.0.3202.75
pkgver=62.0.3202.89
pkgrel=1
_launcher_ver=5
pkgdesc="A web browser built for speed, simplicity, and security"
@ -35,7 +35,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
chromium-gn-bootstrap-r17.patch
chromium-widevine.patch
0001-ARM-toolchain-fixes.patch)
sha256sums=('49cdfe457bcb941b56c13a75bbe2ff394fcb5baa8a49c9b470835fad60dd904c'
sha256sums=('9f79760dc22f7183602a07af3d37d2226bd63ab0ca7163d88ac0d81982de9469'
'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
'6e9a345f810d36068ee74ebba4708c70ab30421dad3571b6be5e9db635078ea8'
@ -147,7 +147,6 @@ build() {
'is_clang=false'
'clang_use_chrome_plugins=false'
'is_debug=false'
'exclude_unwind_tables=true'
'fatal_linker_warnings=false'
'treat_warnings_as_errors=false'
'fieldtrial_testing_like_official_build=true'
@ -171,6 +170,10 @@ build() {
"google_default_client_secret=\"${_google_default_client_secret}\""
)
if check_option strip y; then
_flags+=('exclude_unwind_tables=true')
fi
python2 tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
out/Release/gn gen out/Release --args="${_flags[*]}" \
--script-executable=/usr/bin/python2