mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix download urls
This commit is contained in:
parent
00bae86235
commit
a6ee9d2ef6
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue