summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--MKPKG6
-rw-r--r--PKGBUILD2
-rw-r--r--policies.json5
5 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 641e995a8f76..bd4d243f750e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly
pkgdesc = Development version of the popular Firefox web browser
- pkgver = 103.0a1+20220626.1+h8256997a5472
+ pkgver = 105.0a1+20220727.1+ha948931a2595
pkgrel = 1
url = https://www.mozilla.org/firefox/channel/#nightly
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..aa82990934b5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/*.log
+/*.pkg.tar.*
+/.crash-stats-api.token
+/.mkpkg_check
+/firefox
+/gecko-dev
+/log
+/mozilla-central
diff --git a/MKPKG b/MKPKG
new file mode 100644
index 000000000000..45644c586b41
--- /dev/null
+++ b/MKPKG
@@ -0,0 +1,6 @@
+pkgname=(firefox-nightly)
+srcdest=/var/lib/archbuilddest/srcdest
+
+check_hg mozilla-central
+
+# vim:set ft=zsh:
diff --git a/PKGBUILD b/PKGBUILD
index 828139a83fe5..5eff445bf3d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-nightly
-pkgver=103.0a1+20220626.1+h8256997a5472
+pkgver=105.0a1+20220727.1+ha948931a2595
pkgrel=1
pkgdesc="Development version of the popular Firefox web browser"
arch=(x86_64)
diff --git a/policies.json b/policies.json
deleted file mode 100644
index f36622021fcd..000000000000
--- a/policies.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "policies": {
- "DisableAppUpdate": true
- }
-}