File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22pkgname=brave-browser
33version=${VERSION}
44revision=1
5- archs="x86_64"
5+ archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66hostmakedepends="binutils tar xz"
77# depends="desktop-file-utils hicolor-icon-theme"
88short_desc="Fast, private and secure web browser with ad blocker"
@@ -37,4 +37,4 @@ do_install() {
3737
3838post_install() {
3939 vlicense opt/brave.com/brave/LICENSE
40- }
40+ }
Original file line number Diff line number Diff line change 22pkgname=brave-browser
33version=1.78.94
44revision=1
5- archs="x86_64"
5+ archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66hostmakedepends="binutils tar xz"
77# depends="desktop-file-utils hicolor-icon-theme"
88short_desc="Fast, private and secure web browser with ad blocker"
@@ -37,4 +37,4 @@ do_install() {
3737
3838post_install() {
3939 vlicense opt/brave.com/brave/LICENSE
40- }
40+ }
Original file line number Diff line number Diff line change 22pkgname=zen-browser
33version=${VERSION}
44revision=1
5- archs="x86_64"
5+ archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66hostmakedepends="binutils tar xz curl"
77# depends=""
88short_desc="Experience tranquillity while browsing the web without people tracking you!"
@@ -32,4 +32,4 @@ do_install() {
3232post_install() {
3333 curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/stable/LICENSE
3434 vlicense LICENSE
35- }
35+ }
Original file line number Diff line number Diff line change 22pkgname=zen-browser
33version=1.11.5b
44revision=1
5- archs="x86_64"
5+ archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66hostmakedepends="binutils tar xz curl"
77# depends=""
88short_desc="Experience tranquillity while browsing the web without people tracking you!"
@@ -32,4 +32,4 @@ do_install() {
3232post_install() {
3333 curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/stable/LICENSE
3434 vlicense LICENSE
35- }
35+ }
You can’t perform that action at this time.
0 commit comments