diff --git a/.SRCINFO b/.SRCINFO index db86de8524a70..734ff43ad02f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -15,7 +15,7 @@ pkgbase = thorium-browser-bin options = !emptydirs options = !strip source = thorium-browser.sh - source = https://github.com/Alex313031/Thorium/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_SSE3.deb + source = https://github.com/Alex313031/Thorium-SSE3/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_SSE3.deb source = https://github.com/Alex313031/Thorium/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_amd64.deb sha256sums = e09c5c523f45b8acfd58403514f9ad69047daa94600787bd7aee33d78080f9a9 sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 00437a72a86aa..5117521fca21e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -90,7 +90,7 @@ sha256sums=('e09c5c523f45b8acfd58403514f9ad69047daa94600787bd7aee33d78080f9a9') case "${_sse3::1}" in 't'|'y'|'1') _dl_type="SSE3" - _dl_url="$url/releases/download/M${_pkgver:?}" + _dl_url="https://github.com/Alex313031/Thorium-SSE3/releases/download/M${_pkgver:?}" _dl_filename="${_pkgname}_${_pkgver:?}_$_dl_type.deb" noextract+=("$_dl_filename") source+=("$_dl_url/$_dl_filename") @@ -101,7 +101,7 @@ esac case "${_sse4::1}" in 't'|'y'|'1') _dl_type="amd64" - _dl_url="$url/releases/download/M${_pkgver:?}" + _dl_url="https://github.com/Alex313031/Thorium/releases/download/M${_pkgver:?}" _dl_filename="${_pkgname}_${_pkgver:?}_$_dl_type.deb" noextract+=("$_dl_filename") source+=("$_dl_url/$_dl_filename")