summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2021-12-20 10:34:01 +0100
committerNoah Vogt2021-12-20 10:34:01 +0100
commit333a33cdc3a868ae8e9b9f7fbad6d90a214062fc (patch)
tree2cbe655cd3ec6e3f8dce5c8a5d598009871ecff6
parent815f9e4f016cf64487e2bf5dfeee9c315034e5fa (diff)
downloadaur-333a33cdc3a868ae8e9b9f7fbad6d90a214062fc.tar.gz
uppkg -> 96.0.4664.110-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bf6b53dbd68..0c6e54e5f4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ungoogled-chromium-xdg
pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory
- pkgver = 96.0.4664.45
- pkgrel = 3
+ pkgver = 96.0.4664.110
+ pkgrel = 1
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
license = BSD
@@ -50,8 +50,8 @@ pkgbase = ungoogled-chromium-xdg
optdepends = kwallet: support for storing passwords in KWallet on Plasma
provides = chromium
conflicts = chromium
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-96.0.4664.45.tar.xz
- source = chromium-launcher-8.tar.gz::https://codeload.github.com/foutrelis/chromium-launcher/tar.gz/v8
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-96.0.4664.110.tar.xz
+ source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = https://github.com/stha09/chromium-patches/releases/download/chromium-96-patchset-4/chromium-96-patchset-4.tar.xz
source = unbundle-fix-visibility-of-build-config-freetype.patch
source = sql-make-VirtualCursor-standard-layout-type.patch
@@ -60,10 +60,10 @@ pkgbase = ungoogled-chromium-xdg
source = unexpire-accelerated-video-decode-flag.patch
source = use-oauth2-client-switches-as-default.patch
source = xdg-basedir.patch
- source = ungoogled-chromium-xdg-96.0.4664.45-1.tar.gz::https://github.com/Eloston/ungoogled-chromium/archive/96.0.4664.45-1.tar.gz
+ source = ungoogled-chromium-xdg-96.0.4664.110-1.tar.gz::https://github.com/Eloston/ungoogled-chromium/archive/96.0.4664.110-1.tar.gz
source = chromium-drirc-disable-10bpc-color-configs.conf
source = wayland-egl.patch
- sha256sums = 488c6ad983ebf7781cb4d704f70496e8aa2165611b46656d7aa62f269c760407
+ sha256sums = 36a99d29c2e93a9975be53648f2cd3ffa4ee43730f217a2e7ed88c1901a671e8
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa
sha256sums = d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293
@@ -73,7 +73,7 @@ pkgbase = ungoogled-chromium-xdg
sha256sums = 2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b
sha256sums = e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
sha256sums = c332af43f4afb120c749319f3f2b1bcb38715ac5d9dbb376475702bd9ef95686
- sha256sums = 8f74125ac735b727c557b2473f650cf540810dbe19944331fefc8020d98ad5dd
+ sha256sums = 4d851d62d67391b6ab9bb1267a92c9d0a8279fe7f7b86bdbf0c8cff7b9bbdad5
sha256sums = babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb
sha256sums = 34d08ea93cb4762cb33c7cffe931358008af32265fc720f2762f0179c3973574
diff --git a/PKGBUILD b/PKGBUILD
index 8d1dcddc09a1..2413d7abfd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ungoogled-chromium-xdg
-pkgver=96.0.4664.45
-pkgrel=3
+pkgver=96.0.4664.110
+pkgrel=1
_launcher_ver=8
_gcc_patchset=4
pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory"
@@ -28,7 +28,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: support for storing passwords in KWallet on Plasma')
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
- chromium-launcher-$_launcher_ver.tar.gz::https://codeload.github.com/foutrelis/chromium-launcher/tar.gz/v$_launcher_ver
+ 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
unbundle-fix-visibility-of-build-config-freetype.patch
sql-make-VirtualCursor-standard-layout-type.patch
@@ -37,7 +37,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
unexpire-accelerated-video-decode-flag.patch
use-oauth2-client-switches-as-default.patch
xdg-basedir.patch)
-sha256sums=('488c6ad983ebf7781cb4d704f70496e8aa2165611b46656d7aa62f269c760407'
+sha256sums=('36a99d29c2e93a9975be53648f2cd3ffa4ee43730f217a2e7ed88c1901a671e8'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa'
'd0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
@@ -54,7 +54,7 @@ source=(${source[@]}
chromium-drirc-disable-10bpc-color-configs.conf
wayland-egl.patch)
sha256sums=(${sha256sums[@]}
- '8f74125ac735b727c557b2473f650cf540810dbe19944331fefc8020d98ad5dd'
+ '4d851d62d67391b6ab9bb1267a92c9d0a8279fe7f7b86bdbf0c8cff7b9bbdad5'
'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
'34d08ea93cb4762cb33c7cffe931358008af32265fc720f2762f0179c3973574')
@@ -111,6 +111,8 @@ prepare() {
# custom function: https://github.com/FFmpeg/FFmpeg/commit/591b88e6787c4
# https://crbug.com/1251779
patch -Rp1 -i ../chromium-94-ffmpeg-roll.patch
+
+ # move ~/.pki directory to ${XDG_DATA_HOME:-$HOME/.local}/share/pki
patch -p1 -i ../xdg-basedir.patch
# https://crbug.com/1207478
@@ -255,6 +257,8 @@ package() {
local toplevel_files=(
chrome_100_percent.pak
chrome_200_percent.pak
+ chrome_crashpad_handler
+ chromedriver
resources.pak
v8_context_snapshot.bin
@@ -262,8 +266,9 @@ package() {
libEGL.so
libGLESv2.so
- chromedriver
- chrome_crashpad_handler
+ # SwiftShader ICD
+ libvk_swiftshader.so
+ vk_swiftshader_icd.json
)
if [[ -z ${_system_libs[icu]+set} ]]; then