Comment
The change is limited to .SRCINFO and only updates the recorded filename/date for an existing upstream source tarball while keeping the same HTTPS GitHub URL and branch reference. There is no new source host, no build-script logic, and no evidence of added execution or privilege-related behavior. Security impact is minimal; the main concern would be if the regenerated tarball were not actually reflected in the PKGBUILD/source integrity data, but that is a packaging consistency issue rather than a direct security issue in this diff.
@@ -76,7 +76,7 @@ pkgbase = qt5-webengine
options = !lto
options = !debug
source = qtwebengine-5.15.19-lts.tgz::https://github.com/qt/qtwebengine/archive/refs/tags/v5.15.19-lts.tar.gz
- source = qtwebengine-chromium-87-based-20250423.tgz::https://github.com/qt/qtwebengine-chromium/archive/refs/heads/87-based.tar.gz
+ source = qtwebengine-chromium-87-based-20260724.tgz::https://github.com/qt/qtwebengine-chromium/archive/refs/heads/87-based.tar.gz
source = 0000-qt5-webengine-pipewire-0.3@chromium.patch
source = 0001-qt5-webengine-icu-75@chromium.patch
source = 0002-qt5-webengine-ninja-1.12@chromium.patch