summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2020-12-19 08:33:42 -0500
committergraysky2020-12-19 08:33:43 -0500
commit8605512a1f40f1e4a808e56ce23dad64b8c35e70 (patch)
tree111849b4194f7b08f9f6ea69b500411d5bbea5bf /PKGBUILD
parent6051dee7111de422cc4a45afde8fca54070cfe45 (diff)
downloadaur-8605512a1f40f1e4a808e56ce23dad64b8c35e70.tar.gz
Update to 87.0.4280.88-3
icu 68.2 rebuild and sync with Arch upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24ca89f0fdb6..687e1f19888f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=chromium-no-extras
pkgver=87.0.4280.88
-pkgrel=2
+pkgrel=3
_pkgname=chromium
_launcher_ver=6
_gcc_patchset=9
@@ -30,10 +30,14 @@ optdepends=('pepper-flash: support for Flash content'
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$_pkgname-$pkgver.tar.xz
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
+ icu68.patch
+ v8-icu68.patch
subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
sha256sums=('3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0'
'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
'c99934bcd2f3ae8ea9620f5f59a94338b2cf739647f04c28c8a551d9083fa7e9'
+ '38fb5218331d6e03915490dab64f7b8bf26833a581d1aaa02090437c67e9439c'
+ '6e919c9712d8fe6c2918778df1f8c2ee0675a87a48be5d2aaa54e320703ced4b'
'1e2913e21c491d546e05f9b4edf5a6c7a22d89ed0b36ef692ca6272bcd5faec6')
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -83,6 +87,8 @@ prepare() {
third_party/libxml/chromium/*.cc
# Upstream fixes
+ patch -Np1 -i ../icu68.patch
+ patch -Np1 -d v8 <../v8-icu68.patch
patch -Np1 -d third_party/skia <../subpixel-anti-aliasing-in-FreeType-2.8.1.patch
# Fixes for building with libstdc++ instead of libc++