summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2023-09-16 13:52:44 -0400
committergraysky2023-09-16 13:52:44 -0400
commitbe6d225950e2359769b791f9caaf6e91bba432a1 (patch)
tree7b5d7d887aa22d2cf8753840f164903aa91b1954 /PKGBUILD
parent6ff16e143efcf761060c53973f0b482e79c84209 (diff)
downloadaur-be6d225950e2359769b791f9caaf6e91bba432a1.tar.gz
Update to 117.0.5938.88-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55d643556797..0d323d300838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=chromium
pkgname=chromium-no-extras
-pkgver=117.0.5938.62
+pkgver=117.0.5938.88
pkgrel=1
_launcher_ver=8
_gcc_patchset=116-patchset-2
@@ -32,13 +32,15 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
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-$_gcc_patchset/chromium-$_gcc_patchset.tar.xz
add-memory-for-std-unique_ptr-in-third_party-ip.patch
+ roll-src-third_party-libavif-src-b33d9ebfc.676aded35.patch
REVERT-disable-autoupgrading-debug-info.patch
material-color-utilities-cmath.patch
use-oauth2-client-switches-as-default.patch)
-sha256sums=('8b8c697208ef9fe014de112c62ebd19268cd6cd9430838700afa985c715175d7'
+sha256sums=('4691d80039e4155d1a3c4676ee68a1e526ddad61a3cf59f65d596a1a2d56c906'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0'
'7b9708f0dbfd697be7043d3cfe52da991185aa0ee29a3b8263506cd3ae4d41a9'
+ '30841fbe0785f8df584eeaa86584fe75f89da26e71df80cf536887557ddef0b6'
'1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69'
'55e6097d347be40cffebf3ce13ba84ea92d940f60865f1bd7c9af1ef2a2ef8e1'
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
@@ -60,8 +62,8 @@ declare -gA _system_libs=(
[harfbuzz-ng]=harfbuzz
[icu]=icu
[jsoncpp]=jsoncpp
- #[libaom]=aom # https://aomedia.googlesource.com/aom/+/706ee36dcc82
- #[libavif]=libavif # https://github.com/AOMediaCodec/libavif/commit/4d2776a3
+ #[libaom]=aom
+ [libavif]=libavif
[libdrm]=
[libjpeg]=libjpeg
[libpng]=libpng
@@ -120,6 +122,7 @@ prepare() {
# Upstream fixes
patch -Np1 -i ../add-memory-for-std-unique_ptr-in-third_party-ip.patch
+ patch -Np1 -i ../roll-src-third_party-libavif-src-b33d9ebfc.676aded35.patch
# Revert addition of compiler flag that needs newer clang
patch -Rp1 -i ../REVERT-disable-autoupgrading-debug-info.patch