mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
121.0.6167.204
This commit is contained in:
parent
511ba3a902
commit
184af6ea1a
5 changed files with 13 additions and 17 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue