summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2019-11-14 14:26:17 -0500
committergraysky2019-11-14 14:26:17 -0500
commit81e8029e00e6a9f4c56c2b538d4266af1918de22 (patch)
treee6b001068fc5ac5d0df16b0c2b7376526296e1a4 /PKGBUILD
parent0dfb0d546223fd1868a390ac6c808bd6a44f742c (diff)
downloadaur-81e8029e00e6a9f4c56c2b538d4266af1918de22.tar.gz
Update to78.0.3904.97-2 rebuild for icu 65.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc78cfffd12..5951b1aad875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=chromium-no-extras
_pkgname=chromium
-pkgver=78.0.3904.87
-pkgrel=1
+pkgver=78.0.3904.97
+pkgrel=2
_launcher_ver=6
pkgdesc="Chromium without hangout services, widevine, pipewire, or chromedriver"
arch=('x86_64')
@@ -30,16 +30,18 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$_pkg
add-missing-include-for-unique_ptr.patch
dns_util-make-DohUpgradeEntry-non-const.patch
fix-shutdown-crash-in-ProfileManager.patch
+ icu65.patch
chromium-system-icu.patch
chromium-system-zlib.patch
fix-spammy-unique-font-matching-log.patch
chromium-widevine.patch
chromium-skia-harmony.patch)
-sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
+sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
'49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
'69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'
'4f81612c28957987f7344d8ce2b95a4a63136a8319c9751819436b11c62df057'
+ '1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e1e10306fa1e738c03b3f26b5'
'eb67eda4945a89c3b90473fa8dc20637511ca4dcb58879a8ed6bf403700ca9c8'
'6fbffe59b886195b92c9a55137cef83021c16593f49714acb20023633e3ebb19'
@@ -103,6 +105,9 @@ prepare() {
# https://crbug.com/1005244
patch -Np1 -i ../fix-shutdown-crash-in-ProfileManager.patch
+ # https://crbug.com/1014272
+ patch -Np1 -i ../icu65.patch
+
# Fixes from Gentoo
patch -Np1 -i ../chromium-system-icu.patch
patch -Np1 -i ../chromium-system-zlib.patch