diff --git a/firefox/.signature b/firefox/.signature index 09e6f6100..d484ab345 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,7 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37z+SMLYSsJfpoR0MPmQP5w4KGamQMw7yD148Ai20C+8WrBjdalG3n6dtI9326N+DuLPmp6+WTlIEDPmdeSJIwo= -SHA256 (Pkgfile) = e5863d4ca7a5757b3b3dfcc6f03d5771ad555ffdfa8a23268f940a6f74192216 +RWSagIOpLGJF30xCrWcuIMa3tkXZP1B3Dqb29EHWs/kqMsH7YK0KMXkcES3nBZgVLDB4zmfXHb8Ms6oVNNfc2WrTy4fCXdhzqwc= +SHA256 (Pkgfile) = 0d67ca9b24d62da678ad9f6e887e6cbe01e5dd4cf89b0971682267f28f7d4619 SHA256 (.footprint) = c8226cc240304363b6289982601426f70c5cd4e82ac62feff3485bee4f48e050 -SHA256 (firefox-102.0.source.tar.xz) = 01797f04bd8d65f4c7f628d7ce832bf52a0874433886e4d0d78ef33c1ca66abf +SHA256 (firefox-104.0.source.tar.xz) = 1a294a651dc6260f9a72a3ab9f10e7792a4ab41a9cfa8527ad3dd9979cdc98ce SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 -SHA256 (fix-ftbfs-newer-cbindgen.patch) = d3ea2503dff0a602bb058153533ebccd8232e8aac1dc82437a55d724b8d22bc2 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 19b6d93f1..dc939afdf 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -1,21 +1,18 @@ # Description: The Mozilla Firefox browser with Alsa support # URL: https://www.mozilla.com/firefox/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: alsa-lib autoconf-2.13 brotli cbindgen dbus-glib ffmpeg4 libevent libidl libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip wasi-libc++ xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip +# Depends on: alsa-lib autoconf-2.13 brotli cbindgen dbus-glib ffmpeg4 libevent libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip wasi-libc++ xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip # Optional: sccache jack name=firefox -version=102.0 +version=104.0 release=1 source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz - firefox.desktop - fix-ftbfs-newer-cbindgen.patch) + firefox.desktop) build() { cd $name-$version - patch -p1 -i $SRC/fix-ftbfs-newer-cbindgen.patch - if [ "$(/usr/bin/python3 -c "import sys; print(sys.stdout.encoding)")" != 'utf-8' ]; then printf "\e[031mError: set an UTF-8 locale to compile this!\033[0m\n" exit 1