Skip to content

Commit 00d44c6

Browse files
author
riched
committed
remove musl from incompatable browsers
1 parent 599ae6d commit 00d44c6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

srcpkgs/brave-browser/.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pkgname=brave-browser
33
version=${VERSION}
44
revision=1
5-
archs="x86_64"
5+
archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66
hostmakedepends="binutils tar xz"
77
# depends="desktop-file-utils hicolor-icon-theme"
88
short_desc="Fast, private and secure web browser with ad blocker"
@@ -37,4 +37,4 @@ do_install() {
3737

3838
post_install() {
3939
vlicense opt/brave.com/brave/LICENSE
40-
}
40+
}

srcpkgs/brave-browser/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pkgname=brave-browser
33
version=1.78.94
44
revision=1
5-
archs="x86_64"
5+
archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66
hostmakedepends="binutils tar xz"
77
# depends="desktop-file-utils hicolor-icon-theme"
88
short_desc="Fast, private and secure web browser with ad blocker"
@@ -37,4 +37,4 @@ do_install() {
3737

3838
post_install() {
3939
vlicense opt/brave.com/brave/LICENSE
40-
}
40+
}

srcpkgs/zen-browser/.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pkgname=zen-browser
33
version=${VERSION}
44
revision=1
5-
archs="x86_64"
5+
archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66
hostmakedepends="binutils tar xz curl"
77
# depends=""
88
short_desc="Experience tranquillity while browsing the web without people tracking you!"
@@ -32,4 +32,4 @@ do_install() {
3232
post_install() {
3333
curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/stable/LICENSE
3434
vlicense LICENSE
35-
}
35+
}

srcpkgs/zen-browser/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pkgname=zen-browser
33
version=1.11.5b
44
revision=1
5-
archs="x86_64"
5+
archs="~*-musl" # using sources from .deb seems to not be compatable with musl
66
hostmakedepends="binutils tar xz curl"
77
# depends=""
88
short_desc="Experience tranquillity while browsing the web without people tracking you!"
@@ -32,4 +32,4 @@ do_install() {
3232
post_install() {
3333
curl --fail -sOL https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/stable/LICENSE
3434
vlicense LICENSE
35-
}
35+
}

0 commit comments

Comments
 (0)