summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9022cdc812aa..6f78c5019c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-wayland
pkgdesc = Standalone web browser from mozilla.org with Wayland support enabled
- pkgver = 64.0.2
+ pkgver = 65.0
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = firefox-wayland
makedepends = nodejs
makedepends = python2-psutil
makedepends = cbindgen
+ makedepends = nasm
depends = gtk3
depends = mozilla-common
depends = libxt
@@ -49,7 +50,7 @@ pkgbase = firefox-wayland
conflicts = firefox
options = !emptydirs
options = !makeflags
- source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_64_0_2_RELEASE
+ source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_65_0_RELEASE
source = firefox.desktop
source = firefox-symbolic.svg
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e715a73c14c..4604328a6e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgname=firefox-wayland
-pkgver=64.0.2
+pkgver=65.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org with Wayland support enabled"
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
ffmpeg nss ttf-font libpulse sqlite libvpx icu)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
- python nodejs python2-psutil cbindgen)
+ python nodejs python2-psutil cbindgen nasm)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'