mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
workaround for aura
This commit is contained in:
parent
99720615a2
commit
b2f34dd638
2 changed files with 21 additions and 0 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -14,7 +14,15 @@ pkgbase = thorium-browser-bin
|
|||
options = !strip
|
||||
options = !debug
|
||||
source = https://github.com/Alex313031/Thorium/releases/download/M126.0.6478.231/thorium-browser_126.0.6478.231_SSE3.deb
|
||||
source = PKGBUILD.avx2
|
||||
source = PKGBUILD.base
|
||||
source = PKGBUILD.i386
|
||||
source = PKGBUILD.sse4
|
||||
sha256sums = 5dcea3c3508b9fe6b4990d8663254f6a333a5a4fe0644a9f86ceca5a57444a27
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = thorium-browser-bin
|
||||
depends = alsa-lib
|
||||
|
|
|
|||
13
PKGBUILD
13
PKGBUILD
|
|
@ -30,3 +30,16 @@ case "$CARCH" in
|
|||
source "$startdir"/PKGBUILD.avx2
|
||||
;;
|
||||
esac
|
||||
|
||||
source+=(
|
||||
'PKGBUILD.avx2'
|
||||
'PKGBUILD.base'
|
||||
'PKGBUILD.i386'
|
||||
'PKGBUILD.sse4'
|
||||
)
|
||||
sha256sums+=(
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue