summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2023-11-30 10:02:24 +0100
committerLuna Jernberg2023-11-30 10:02:24 +0100
commite799c7f3ffd9a239731eafe8343f956c3dcd857c (patch)
tree9cc73390242152ee290a3cbc61191fe3af366db7
parentdd267a6bcdfde1658f63c145b20b3c36d3a75718 (diff)
downloadaur-e799c7f3ffd9a239731eafe8343f956c3dcd857c.tar.gz
121 Beta 5 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dbd920447d8..616622885d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = firefox-beta-bin
optdepends = upower: Battery API
provides = firefox=121.0b5
conflicts = firefox-beta
- source = https://archive.mozilla.org/pub/firefox/candidates/121.0b5-candidates/build1/linux-x86_64/en-US/firefox-121.0b5.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/releases/121.0b5/linux-x86_64/en-US/firefox-121.0b5.tar.bz2
source = firefox-beta.sh
source = firefox-beta-bin.desktop
source = policies.json
diff --git a/PKGBUILD b/PKGBUILD
index 247a4d3b5a14..518886e3342a 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.0b5-candidates/build1/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
+source=("https://archive.mozilla.org/pub/firefox/releases/121.0b5/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")