extra/firefox to 64.0.2-1

This commit is contained in:
Kevin Mihelich 2019-01-10 13:33:23 +00:00
parent b0c036661f
commit 60349bacb4

View file

@ -12,7 +12,7 @@ highmem=1
noautobuild=1
pkgname=firefox
pkgver=64.0
pkgver=64.0.2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@ -131,7 +131,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
}