File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Template file for 'librewolf'
22pkgname=librewolf
3- version=143.0.3
3+ version=144.0
44revision=1
55_rev=1
66wrksrc=${pkgname}-${version}-${_rev}
@@ -10,7 +10,7 @@ maintainer="index <index@mailbox.org>"
1010license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111homepage="https://librewolf.net/"
1212distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13- checksum=f90c5c71361f7516d25c4845f2f504706a5444f29bffa12cfc4a46a17979e0c0
13+ checksum=7dbf8ebee436fd3efc5895b5151af0e23063ef1d3a47ff3da6d55dfcc1b047c6
1414
1515lib32disabled=yes
1616
@@ -71,6 +71,9 @@ post_extract() {
7171
7272post_patch() {
7373 : # _clear_vendor_checksums num-traits
74+ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
75+ vsed -e '\;sys/single_threaded.h;d' -i config/system-headers.mozbuild
76+ fi
7477}
7578
7679do_build() {
You can’t perform that action at this time.
0 commit comments