summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetworkException <ungoogled-github-actions.arch@nwex.de>2024-11-09 15:41:07 +0000
committernetworkException <ungoogled-github-actions.arch@nwex.de>2024-11-09 15:41:07 +0000
commitef777a9252e87109f87359d257274566a3b443f9 (patch)
tree93a6cf6938c00fca7a93dbd6abe115bfd6bfd5ec
parent10a04bfb2cb6dd7a878f8a8d9ba135843ced3fc5 (diff)
downloadungoogled-chromium-ef777a9252e87109f87359d257274566a3b443f9.tar.gz
ungoogled-chromium-ef777a9252e87109f87359d257274566a3b443f9.tar.bz2
ungoogled-chromium-ef777a9252e87109f87359d257274566a3b443f9.zip
Upgrade to 130.0.6723.116-1
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD10
2 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b862493..0803d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ungoogled-chromium
pkgdesc = A lightweight approach to removing Google web service dependency
- pkgver = 130.0.6723.69
- pkgrel = 2
+ pkgver = 130.0.6723.116
+ pkgrel = 1
url = https://github.com/ungoogled-software/ungoogled-chromium
arch = x86_64
license = BSD-3-Clause
@@ -19,6 +19,11 @@ pkgbase = ungoogled-chromium
makedepends = qt6-base
makedepends = java-runtime-headless
makedepends = git
+ makedepends = python-httplib2
+ makedepends = python-pyparsing
+ makedepends = python-six
+ makedepends = npm
+ makedepends = rsync
depends = gtk3
depends = nss
depends = alsa-lib
@@ -54,13 +59,13 @@ pkgbase = ungoogled-chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
optdepends = upower: Battery Status API support
- provides = chromium=130.0.6723.69
- provides = chromedriver=130.0.6723.69
+ provides = chromium=130.0.6723.116
+ provides = chromedriver=130.0.6723.116
conflicts = chromium
conflicts = chromedriver
options = !lto
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-130.0.6723.69.tar.xz
- source = ungoogled-chromium-130.0.6723.69-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/130.0.6723.69-1.tar.gz
+ source = fetch-chromium-release
+ source = ungoogled-chromium-130.0.6723.116-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/130.0.6723.116-1.tar.gz
source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = compiler-rt-adjust-paths.patch
source = increase-fortify-level.patch
@@ -70,7 +75,7 @@ pkgbase = ungoogled-chromium
source = 0001-ozone-wayland-implement-text_input_manager_v3.patch
source = 0001-ozone-wayland-implement-text_input_manager-fixes.patch
source = 0001-vaapi-flag-ozone-wayland.patch
- sha256sums = b7e4d6a2154c61e558659bbc5b8b05c9f6f317d1420bf8624f5ffac097df565d
+ sha256sums = 720a1196410080056cd97a1f5ec34d68ba216a281d9b5157b7ea81ea018ec661
sha256sums = b7a3975ed17ec7cc4ab6143e3f3e1a056ab4b522d98643bc82cdfee726e919c1
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
diff --git a/PKGBUILD b/PKGBUILD
index 55cf9f3..ab53853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ungoogled-chromium
-pkgver=130.0.6723.69
-pkgrel=2
+pkgver=130.0.6723.116
+pkgrel=1
_launcher_ver=8
-_manual_clone=0
+_manual_clone=1
_system_clang=1
# ungoogled chromium variables
_uc_usr=ungoogled-software
-_uc_ver=130.0.6723.69-1
+_uc_ver=130.0.6723.116-1
pkgdesc="A lightweight approach to removing Google web service dependency"
arch=('x86_64')
url="https://github.com/ungoogled-software/ungoogled-chromium"
@@ -47,7 +47,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
0001-ozone-wayland-implement-text_input_manager_v3.patch
0001-ozone-wayland-implement-text_input_manager-fixes.patch
0001-vaapi-flag-ozone-wayland.patch)
-sha256sums=('b7e4d6a2154c61e558659bbc5b8b05c9f6f317d1420bf8624f5ffac097df565d'
+sha256sums=('720a1196410080056cd97a1f5ec34d68ba216a281d9b5157b7ea81ea018ec661'
'b7a3975ed17ec7cc4ab6143e3f3e1a056ab4b522d98643bc82cdfee726e919c1'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'