summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2019-01-16 13:35:11 +0100
committerMax Liebkies2019-01-16 13:35:11 +0100
commitd9eecad6f4834c00ce29b658a67d337e5acb6ace (patch)
treec2d8e4d6b45854cbceb407d7ecdcdbfacb78d098
parenta16c404cd798d97661cfe316805dbd77cdf33f0b (diff)
downloadaur-d9eecad6f4834c00ce29b658a67d337e5acb6ace.tar.gz
Bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe6986daa4f..9022cdc812aa 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
+ pkgver = 64.0.2
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = firefox-wayland
conflicts = firefox
options = !emptydirs
options = !makeflags
- source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_64_0_RELEASE
+ source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_64_0_2_RELEASE
source = firefox.desktop
source = firefox-symbolic.svg
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0badc4ce2939..3e715a73c14c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Max Liebkies <mail@maxliebkies.de>
pkgname=firefox-wayland
-pkgver=64.0
+pkgver=64.0.2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org with Wayland support enabled"
arch=(x86_64)
@@ -111,7 +111,7 @@ build() {
# LTO needs more open files
ulimit -n 4096
- ./mach build
+ xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
./mach buildsymbols
}