Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
chromium
Commits:
53f576d9 by Matthias Kurz at 2026-02-25T11:14:00+01:00
Widevine Linux: Also check for arm, not just arm64
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- enable-widevine-arm64.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -74,7 +74,7 @@ pkgbase = chromium
sha256sums =
45fa20cc27ef0aa00d654d0bac84bfaa8d8090b5f8aec49cc2e8d7249d3cd7ba
sha256sums =
ec8e49b7114e2fa2d359155c9ef722ff1ba5fe2c518fa48e30863d71d3b82863
sha256sums =
d634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342
- sha256sums =
d7bffd47aefcd79a59282d613cad640695c5b50eaddd72ff617fdf3f4763134a
+ sha256sums =
9c766b82d1143cb3413fe2057361bd2655e46287eacc2c6d6f8504b4c255647a
sha256sums =
9343afa1a4308a7cfb3317229f5aff7778688debcc03c4a74a85908aa1d0cc3a
pkgname = chromium
=====================================
PKGBUILD
=====================================
@@ -43,7 +43,7 @@
sha256sums=('2e2f36e3cd1ebc4ad57fd310774a5e5e9db77883d5f9374fedeaabd3c103b819'
'45fa20cc27ef0aa00d654d0bac84bfaa8d8090b5f8aec49cc2e8d7249d3cd7ba'
'ec8e49b7114e2fa2d359155c9ef722ff1ba5fe2c518fa48e30863d71d3b82863'
'd634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342'
- 'd7bffd47aefcd79a59282d613cad640695c5b50eaddd72ff617fdf3f4763134a'
+ '9c766b82d1143cb3413fe2057361bd2655e46287eacc2c6d6f8504b4c255647a'
'9343afa1a4308a7cfb3317229f5aff7778688debcc03c4a74a85908aa1d0cc3a')
if (( _manual_clone )); then
=====================================
enable-widevine-arm64.patch
=====================================
@@ -5,7 +5,7 @@
(is_chromeos &&
(target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64")) ||
- (target_os == "linux" && target_cpu == "x64") ||
-+ (target_os == "linux" && (target_cpu == "x64" || target_cpu == "arm64"))
||
++ (target_os == "linux" && (target_cpu == "x64" || target_cpu == "arm" ||
target_cpu == "arm64")) ||
(target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) ||
(target_os == "win" &&
(target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm64"))
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/53f576d9bb2313a9853ffc047fe0606ef7050daf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/53f576d9bb2313a9853ffc047fe0606ef7050daf
You're receiving this email because of your account on gitlab.archlinux.org.