121.0.6167.204

This commit is contained in:
xiota 2024-02-21 09:15:15 +00:00
parent 511ba3a902
commit 184af6ea1a
5 changed files with 13 additions and 17 deletions

View file

@ -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

View file

@ -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'

View file

@ -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")

View file

@ -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

View file

@ -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"