mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium to 63.0.3239.108-1
This commit is contained in:
parent
b83ea51bfb
commit
91334a4a89
1 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,7 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=63.0.3239.84
|
||||
pkgver=63.0.3239.108
|
||||
pkgrel=1
|
||||
_launcher_ver=5
|
||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||
|
@ -30,14 +30,16 @@ optdepends=('kdialog: needed for file dialogs in KDE'
|
|||
install=chromium.install
|
||||
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
|
||||
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
|
||||
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT
|
||||
chromium.desktop
|
||||
chromium-exclude_unwind_tables.patch
|
||||
chromium-clang-r1.patch
|
||||
chromium-webrtc-r0.patch
|
||||
chromium-widevine.patch
|
||||
0001-ARM-toolchain-fixes.patch)
|
||||
sha256sums=('6de2754dfc333675ae6a67ae13c95666009b35c84f847b058edbf312e42fa3af'
|
||||
sha256sums=('47d80798194da78bdd519b7ce012425b13cf89d6eb287e22a34342a245c31a2b'
|
||||
'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
|
||||
'6da2cc8e4ae13547763f946c331b2f819fbb8af01681b8b90564a95f8a423e58'
|
||||
'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
|
||||
'e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c'
|
||||
'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'
|
||||
|
@ -80,8 +82,8 @@ prepare() {
|
|||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
# https://crbug.com/710701
|
||||
local _chrome_build_hash=$(curl -s https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT |
|
||||
base64 -d | grep -Po '^parent \K[0-9a-f]{40}$')
|
||||
local _chrome_build_hash=$(base64 -d ../chromium-$pkgver.txt |
|
||||
grep -Po '^parent \K[0-9a-f]{40}$')
|
||||
if [[ -z $_chrome_build_hash ]]; then
|
||||
error "Unable to fetch Chrome build hash."
|
||||
return 1
|
||||
|
|
Loading…
Reference in a new issue