Comment
The change only updates the package version from 153.0b12 to 153.0rc1 and refreshes the checksum for the upstream Firefox tarball. The source remains an HTTPS download from Mozilla’s official archive/candidate infrastructure, with no new build-time commands, scripts, or packaging logic introduced. I did notice the source URL in the PKGBUILD still points to the beta tarball path while pkgver is rc1, but the conditional RC override below replaces it with the Mozilla candidate URL at build time, so this looks like a normal release-candidate bump rather than a supply-chain risk. No malicious persistence, privilege escalation, or integrity red flags are introduced by this diff.
@@ -26,7 +26,7 @@ source=("https://archive.mozilla.org/pub/firefox/releases/153.0b12/linux-x86_64/
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")
-sha256sums=('0ee0eb60f5c8a84434d1bb577e42f7e4a1e0666028fd3ea72830cb6cacf69792'
+sha256sums=('bfc57e7b6b4e6204b11e7e03c4b93cff708e9fb37f6b9948be243455311d82ee'
'4bec62032e49c28ff27750abddbdbdbb1a4b5cba719c39498968fe53adee790b'
'210f13ea47c4b96387f26ee7fc4dfc5c192cfb169aef2a13303fbd1ee58b3761'
'e977c3d690224dd727d8761d2c0a66ba41bfd02ae0fd7850c4545d06b5a8e63c')