summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2023-12-05 07:14:05 +0100
committerLuna Jernberg2023-12-05 07:14:05 +0100
commitad9531ba47b417c09f028287efb4c9638f2ed856 (patch)
treeda6497cf430e802ae728d790951c0a2de661e27f
parente57828e49999de77e3849bf190262eb2392d8676 (diff)
downloadaur-ad9531ba47b417c09f028287efb4c9638f2ed856.tar.gz
121 Beta 7 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adff6f63b0dd..006053b2e135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = firefox-beta-bin
optdepends = upower: Battery API
provides = firefox=121.0b7
conflicts = firefox-beta
- source = https://archive.mozilla.org/pub/firefox/candidates/121.0b7-candidates/build1/linux-x86_64/en-US/firefox-121.0b7.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/releases/121.0b7/linux-x86_64/en-US/firefox-121.0b7.tar.bz2
source = firefox-beta.sh
source = firefox-beta-bin.desktop
source = policies.json
diff --git a/PKGBUILD b/PKGBUILD
index cd1aa60f5f6b..42cbd6d7761c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
provides=("firefox=$pkgver")
conflicts=('firefox-beta')
install=$pkgname.install
-source=("https://archive.mozilla.org/pub/firefox/candidates/121.0b7-candidates/build1/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
+source=("https://archive.mozilla.org/pub/firefox/releases/121.0b7/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")