summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55897d0d538a..f57b3aa900b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly-hg
pkgdesc = Standalone web browser from mozilla.org, nightly version
- pkgver = 80.0a1.r538848.5766d99b88f3
+ pkgver = 82.0a1.r546634.109f3a4de567
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 105e60ad22fb..53d0a2561b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-nightly-hg
_pkgname=firefox-nightly
-pkgver=80.0a1.r538848.5766d99b88f3
-_pkgver=80.0a1
+pkgver=82.0a1.r546634.109f3a4de567
+_pkgver=82.0a1
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org, nightly version"
arch=(x86_64)
@@ -113,7 +113,7 @@ build() {
# LTO/PGO needs more open files
ulimit -n 4096
-
+ ./mach bootstrap
xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
./mach buildsymbols
}
@@ -173,4 +173,4 @@ END
# Replace duplicate binary with another symlink
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -srfv "$pkgdir/usr/lib/$_pkgname/firefox" "$pkgdir/usr/lib/$_pkgname/firefox-bin"
-} \ No newline at end of file
+}