diff options
author | Evangelos Foutras | 2023-03-22 09:05:15 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-03-22 09:05:15 +0000 |
commit | cf77b765ce39742b3dcd5dce80958f7154fc34ed (patch) | |
tree | 168b5dbdf7dc95fde2f93400e387c3c6c34cbd68 /PKGBUILD | |
parent | cbfd3fc0c9a2a34848197c524c6b30d7630c9e29 (diff) | |
download | aur-cf77b765ce39742b3dcd5dce80958f7154fc34ed.tar.gz |
upgpkg: 111.0.5563.110-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -4,8 +4,8 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=chromium -pkgver=111.0.5563.64 -pkgrel=2 +pkgver=111.0.5563.110 +pkgrel=1 _launcher_ver=8 _gcc_patchset=2 _manual_clone=0 @@ -28,16 +28,12 @@ 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-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz sql-relax-constraints-on-VirtualCursor-layout.patch - REVERT-roll-src-third_party-ffmpeg-m102.patch - REVERT-roll-src-third_party-ffmpeg-m106.patch disable-GlobalMediaControlsCastStartStop.patch use-oauth2-client-switches-as-default.patch) -sha256sums=('7d5ca0e2bdb22a97713e6bfce74c651006d71aa883056c8e2c2a148039fe4074' +sha256sums=('49dd6c73b170a2dcf6edbb516cd9f77b550cc3d968f2097927c637015487a765' '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a' 'a016588340f1559198e4ce61c6e91c48cf863600f415cb5c46322de7e1f77909' 'e66be069d932fe18811e789c57b96249b7250257ff91a3d82d15e2a7283891b7' - '30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44' - '4c12d31d020799d31355faa7d1fe2a5a807f7458e7f0c374adf55edb37032152' '7f3b1b22d6a271431c1f9fc92b6eb49c6d80b8b3f868bdee07a6a1a16630a302' 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711') @@ -111,12 +107,6 @@ prepare() { # Upstream fixes patch -Np1 -i ../sql-relax-constraints-on-VirtualCursor-layout.patch - # Revert ffmpeg roll requiring new channel layout API support - # https://crbug.com/1325301 - patch -Rp1 -i ../REVERT-roll-src-third_party-ffmpeg-m102.patch - # Revert switch from AVFrame::pkt_duration to AVFrame::duration - patch -Rp1 -i ../REVERT-roll-src-third_party-ffmpeg-m106.patch - # Disable kGlobalMediaControlsCastStartStop by default # https://crbug.com/1314342 patch -Np1 -i ../disable-GlobalMediaControlsCastStartStop.patch |