Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
chromium
Commits:
e3016231 by Christian Heusel at 2026-01-28T12:59:16+01:00
upgpkg: 144.0.7559.109-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
- pkgver = 144.0.7559.96
+ pkgver = 144.0.7559.109
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,19 +53,17 @@ pkgbase = chromium
optdepends = kwallet: support for storing passwords in KWallet on Plasma
optdepends = upower: Battery Status API support
options = !lto
- source =
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-144.0.7559.96-lite.tar.xz
+ source =
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-144.0.7559.109-lite.tar.xz
source =
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = chromium-138-nodejs-version-check.patch
source = compiler-rt-adjust-paths.patch
source = increase-fortify-level.patch
source = use-oauth2-client-switches-as-default.patch
- source = chromium-144-fix-hdr-issue.patch
- sha256sums =
6f7fbeaa5ef0b1b4c0ede631edb7365ae48602f587c3c3b65af874922d21a064
+ sha256sums =
06c6bf558a17636070495d2d33117501c361c6984d71356188cdfae7d9ee8bc1
sha256sums =
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums =
11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e
sha256sums =
ec8e49b7114e2fa2d359155c9ef722ff1ba5fe2c518fa48e30863d71d3b82863
sha256sums =
d634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342
sha256sums =
e6da901e4d0860058dc2f90c6bbcdc38a0cf4b0a69122000f62204f24fa7e374
- sha256sums =
789ee9bfe39772eae0df42c187b7a54550921b909bfae8051df81a1b4621f307
pkgname = chromium
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Daniel J Griffiths <[email protected]>
pkgname=chromium
-pkgver=144.0.7559.96
+pkgver=144.0.7559.109
pkgrel=1
_launcher_ver=8
_manual_clone=0
@@ -32,15 +32,13 @@
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
chromium-138-nodejs-version-check.patch
compiler-rt-adjust-paths.patch
increase-fortify-level.patch
- use-oauth2-client-switches-as-default.patch
- chromium-144-fix-hdr-issue.patch)
-sha256sums=('6f7fbeaa5ef0b1b4c0ede631edb7365ae48602f587c3c3b65af874922d21a064'
+ use-oauth2-client-switches-as-default.patch)
+sha256sums=('06c6bf558a17636070495d2d33117501c361c6984d71356188cdfae7d9ee8bc1'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e'
'ec8e49b7114e2fa2d359155c9ef722ff1ba5fe2c518fa48e30863d71d3b82863'
'd634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342'
- 'e6da901e4d0860058dc2f90c6bbcdc38a0cf4b0a69122000f62204f24fa7e374'
- '789ee9bfe39772eae0df42c187b7a54550921b909bfae8051df81a1b4621f307')
+ 'e6da901e4d0860058dc2f90c6bbcdc38a0cf4b0a69122000f62204f24fa7e374')
if (( _manual_clone )); then
source[0]=fetch-chromium-release
@@ -120,8 +118,6 @@ prepare() {
# Increase _FORTIFY_SOURCE level to match Arch's default flags
patch -Np1 -i ../increase-fortify-level.patch
- patch -Np1 -i ../chromium-144-fix-hdr-issue.patch
-
# Link to system tools required by the build
mkdir -p third_party/node/linux/node-linux-x64/bin
third_party/jdk/current/bin
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/e3016231e5f8c927fa6aeaf147a05170f29e9aa7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/e3016231e5f8c927fa6aeaf147a05170f29e9aa7
You're receiving this email because of your account on gitlab.archlinux.org.