Package Details: thorium-browser-avx-bin 138.0.7204.303-1

Git Clone URL: https://aur.archlinux.org/thorium-browser-avx-bin.git (read-only, click to copy)
Package Base: thorium-browser-avx-bin
Description: Thorium browser AVX build (RPM binary) – Chromium fork focused on performance and security
Upstream URL: https://github.com/Alex313031/Thorium
Keywords: chromium
Licenses: BSD-3-Clause
Conflicts: thorium-browser-avx2-bin, thorium-browser-bin
Provides: thorium-browser-avx
Replaces: thorium-browser-avx
Submitter: NIyueeE
Maintainer: NIyueeE
Last Packager: NIyueeE
Votes: 1
Popularity: 0.58
First Submitted: 2025-12-05 18:33 (UTC)
Last Updated: 2026-03-01 04:48 (UTC)

Latest Comments

NIyueeE commented on 2026-02-11 10:36 (UTC)

fixed.

RubenKelevra commented on 2026-02-10 10:11 (UTC)

Necessary patch for the URL:

diff --git a/PKGBUILD b/PKGBUILD
index 69305e4..b206d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ provides=('thorium-browser-avx')
 conflicts=('thorium-browser-bin' 'thorium-browser-avx2-bin')
 replaces=('thorium-browser-avx')

-source=("https://github.com/Alex313031/thorium/releases/download/${pkgver}/thorium-browser_${pkgver}_AVX.rpm")
+source=("https://github.com/Alex313031/thorium/releases/download/M${pkgver}/thorium-browser_${pkgver}_AVX.rpm")
 noextract=("thorium-browser_${pkgver}_AVX.rpm")
 sha256sums=('039159771e2f41d5799314320fe3e5d067250421b5e1c2e686521354f9a48b3b')

However, the checksum also doesn't match to what's published on Github.

RubenKelevra commented on 2026-02-10 10:05 (UTC)

Still broken:

==> Making package: thorium-browser-avx-bin 138.0.7204.300-1 (Di 10 Feb 2026 09:07:31 CET)
==> Retrieving sources...
  -> Downloading thorium-browser_138.0.7204.300_AVX.rpm...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/Alex313031/thorium/releases/download/138.0.7204.300/thorium-browser_138.0.7204.300_AVX.rpm
    Aborting...
error: failed to download sources for 'thorium-browser-avx-bin-138.0.7204.300-1': 
error: packages failed to build: thorium-browser-avx-bin-138.0.7204.300-1

messouh commented on 2026-01-09 23:00 (UTC)

This didn't work; the URL needs to be updated.