diff options
author | xiota | 2024-02-21 09:15:15 +0000 |
---|---|---|
committer | xiota | 2024-02-21 09:15:15 +0000 |
commit | 184af6ea1a86ccc4ba8e8419ca7522dd7f43cbcd (patch) | |
tree | c5ea4a54bc8639a5c6427763a509b8736e56709a | |
parent | 511ba3a9021c27696851b392565fd0faa06e1225 (diff) | |
download | aur-184af6ea1a86ccc4ba8e8419ca7522dd7f43cbcd.tar.gz |
121.0.6167.204
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 10 | ||||
-rw-r--r-- | PKGBUILD.avx | 4 | ||||
-rw-r--r-- | PKGBUILD.avx2 | 6 | ||||
-rw-r--r-- | PKGBUILD.sse3 | 2 |
5 files changed, 13 insertions, 17 deletions
@@ -1,7 +1,7 @@ pkgbase = thorium-browser-bin pkgdesc = Chromium fork focused on high performance and security - pkgver = 120.0.6099.235 - pkgrel = 2 + pkgver = 121.0.6167.204 + pkgrel = 1 url = https://github.com/Alex313031/Thorium install = thorium-browser.install arch = x86_64 @@ -10,10 +10,10 @@ pkgbase = thorium-browser-bin optdepends = kdialog: for file dialogs in KDE optdepends = kwallet5: for storing passwords in KWallet optdepends = pipewire: WebRTC desktop sharing under Wayland - noextract = thorium-browser_120.0.6099.235_SSE3.deb + noextract = thorium-browser_121.0.6167.204_SSE3.deb options = !emptydirs options = !strip - source = https://github.com/Alex313031/Thorium/releases/download/M120.0.6099.235/thorium-browser_120.0.6099.235_SSE3.deb + source = https://github.com/Alex313031/Thorium/releases/download/M121.0.6167.204/thorium-browser_121.0.6167.204_SSE3.deb sha256sums = SKIP pkgname = thorium-browser-bin @@ -12,8 +12,8 @@ fi # basic info _pkgname="thorium-browser" pkgname="$_pkgname-bin" -pkgver=120.0.6099.235 -pkgrel=2 +pkgver=121.0.6167.204 +pkgrel=1 pkgdesc="Chromium fork focused on high performance and security" url="https://github.com/Alex313031/Thorium" license=('BSD') @@ -53,13 +53,9 @@ prepare() { #!/usr/bin/env bash # check microprocessor architecture level -if /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v3.*supported.*\$' ; then +if grep -qE '\bpni\b' /proc/cpuinfo ; then _message='' _message+=\$'The fastest browser on Earth.' -elif grep -qE '\bpni\b' /proc/cpuinfo ; then - _message='' - _message+=\$'Your processor does not support x86-64-v3 instructions.\n' - _message+=\$'You may want to use thorium-browser-sse3-bin.' else _message='' _message+=\$'Your processor does not support SSE3 instructions.\n' diff --git a/PKGBUILD.avx b/PKGBUILD.avx index 9240a082262e..6d6817fb2542 100644 --- a/PKGBUILD.avx +++ b/PKGBUILD.avx @@ -10,7 +10,7 @@ fi # basic info _pkgname="thorium-browser-avx" pkgname="$_pkgname-bin" -pkgver=120.0.6099.235 +pkgver=121.0.6167.204 pkgrel=1 pkgdesc="Chromium fork focused on high performance and security" url="https://github.com/Alex313031/Thorium" @@ -33,7 +33,7 @@ _main_package() { options=('!emptydirs' '!strip' '!debug') _dl_url="$url/releases/download/M${_pkgver:?}" - _dl_filename="${_pkgname%-avx}_${_pkgver:?}_amd64.deb" + _dl_filename="${_pkgname%-avx}_${_pkgver:?}_AVX.deb" noextract+=("$_dl_filename") source=("$_dl_url/$_dl_filename") diff --git a/PKGBUILD.avx2 b/PKGBUILD.avx2 index 453b79c9380e..7d50da28056a 100644 --- a/PKGBUILD.avx2 +++ b/PKGBUILD.avx2 @@ -10,10 +10,10 @@ fi # basic info _pkgname="thorium-browser-avx2" pkgname="$_pkgname-bin" -pkgver=120.0.6099.276 +pkgver=121.0.6167.204 pkgrel=1 pkgdesc="Chromium fork focused on high performance and security" -url="https://github.com/Alex313031/Thorium-Linux-AVX2" +url="https://github.com/Alex313031/Thorium" license=('BSD') arch=('x86_64') @@ -55,7 +55,7 @@ if grep -qE '\bavx2\b' /proc/cpuinfo ; then _message+=\$'The fastest browser on Earth.' else _message='' - _message+=\$'Your processor does not support SSE3 instructions.\n' + _message+=\$'Your processor does not support AVX2 instructions.\n' _message+=\$'thorium-browser may not work on your computer.' fi diff --git a/PKGBUILD.sse3 b/PKGBUILD.sse3 index 1406ced77007..21906090d673 100644 --- a/PKGBUILD.sse3 +++ b/PKGBUILD.sse3 @@ -10,7 +10,7 @@ fi # basic info _pkgname="thorium-browser-sse3" pkgname="$_pkgname-bin" -pkgver=120.0.6099.235 +pkgver=121.0.6167.204 pkgrel=1 pkgdesc="Chromium fork focused on high performance and security" url="https://github.com/Alex313031/Thorium" |