Date: Thursday, January 10, 2019 @ 07:01:43 Author: heftig Revision: 343226
64.0.2-1 Modified: firefox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-10 05:50:59 UTC (rev 343225) +++ PKGBUILD 2019-01-10 07:01:43 UTC (rev 343226) @@ -3,7 +3,7 @@ # Contributor: Jakub Schmidtke <[email protected]> pkgname=firefox -pkgver=64.0 +pkgver=64.0.2 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) @@ -105,7 +105,7 @@ # LTO needs more open files ulimit -n 4096 - ./mach build + xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build ./mach buildsymbols }
