Package Details: firefox-nightly 129.0a1+20240618.1+h5dabfab7d5a5-1

Git Clone URL: https://aur.archlinux.org/firefox-nightly.git (read-only, click to copy)
Package Base: firefox-nightly
Description: Fast, Private & Safe Web Browser (Nightly version)
Upstream URL: https://www.mozilla.org/firefox/channel/desktop/#nightly
Keywords: browser gecko web
Licenses: MPL-2.0
Submitter: None
Maintainer: heftig
Last Packager: heftig
Votes: 609
Popularity: 0.27
First Submitted: 2008-09-10 14:23 (UTC)
Last Updated: 2024-06-18 10:52 (UTC)

Pinned Comments

heftig commented on 2022-07-27 22:26 (UTC)

Instead of building this yourself, please use the repository from https://bbs.archlinux.org/viewtopic.php?id=117157.

Not only do you skip the very time-consuming builds, but the published package also has debug symbols at Mozilla's crash reports service, which helps tremendously with finding or filing bugs for any crashes you get.

I consider this the canonical firefox-nightly package for Arch Linux.

[heftig]
SigLevel = Optional
Server = https://pkgbuild.com/~heftig/repo/$arch

Alternatively, download Firefox Nightly straight from Mozilla, extract it to a writable place (e.g. ~/.local/firefox-nightly) and let it update itself using the integrated updater.

Latest Comments

« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 56 Next › Last »

justbrowsing commented on 2014-06-13 09:31 (UTC)

Please add: provides=("firefox=$_version")

misc commented on 2014-05-11 14:51 (UTC)

@lockheed The culprit appears to be TabMixPlus (0.4.1.3.1 and 0.4.1.4pre.140414a1). Tested with new profile, FF worked properly until I installed either version.

lockheed commented on 2014-05-01 18:00 (UTC)

With the latest versions, I started having issues, of which the most serious is this: browser view is not being refreshed after closing a tab, thus the old dismissed tab content is still visible instead of the last tab view.

xenom commented on 2014-03-07 09:34 (UTC)

@Sality : Package is up-to-date, there is no new version.

xenom commented on 2014-02-10 08:16 (UTC)

Yes, I forget to add this line... Will update this tonight, and double-check the PKGBUILD this time.

n7cmdr commented on 2014-02-09 00:59 (UTC)

I diffed your newest PKGBUILD against mine, and it seems that you missed installing the vendor.js file; it gets downloaded as one of the sources, but the install statement is missing from package().

xenom commented on 2014-02-06 08:17 (UTC)

curl modified : -v and the redirection removed. I keeped the grep in the case of the tarball will not be first. The options and redirection was a bad copy/paste from another PKGBUILD the first time I added this line. Installation directory modified to use $_version instead of $pkgver.