Skip to content

Commit 424960d

Browse files
authored
librewolf: update to 143.0-1.
1 parent a7fdf38 commit 424960d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srcpkgs/librewolf/template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Template file for 'librewolf'
22
pkgname=librewolf
3-
version=142.0.1
3+
version=143.0
44
revision=1
55
_rev=1
66
wrksrc=${pkgname}-${version}-${_rev}
77
build_helper="rust"
88
short_desc="LibreWolf web browser"
99
maintainer="index <index@mailbox.org>"
10-
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
10+
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111
homepage="https://librewolf.net/"
1212
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13-
checksum=770fd784b91a836edd327e816d735a91852872909933dd8a167cd59f388ffbe1
13+
checksum=95e12aca5828c7e1b0b0077ad812554b1573d135264d3f17f0e5e0a1ca9270af
1414

1515
lib32disabled=yes
1616

@@ -77,8 +77,8 @@ do_build() {
7777
export AS="${CC}"
7878
export CFLAGS="-O2"
7979
export CXXFLAGS="-O2"
80-
export HOST_CFLAGS=""
81-
export HOST_CXXFLAGS=""
80+
unset HOST_CFLAGS
81+
unset HOST_CXXFLAGS
8282
export LDFLAGS="-Wl,-rpath=/usr/lib/librewolf"
8383
# export LDFLAGS+="-Wl,--threads=${XBPS_MAKEJOBS}"
8484

0 commit comments

Comments
 (0)