summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2024-01-24 19:31:59 +0100
committerLuna Jernberg2024-01-24 19:31:59 +0100
commitbcb93f9a1dd24e1455dfae9a245e77226de232a6 (patch)
treecaed0a318d42762c723b4e8ff20372c3924b8e4b
parent80388ba9320ad218be60a50f8fc336d9f69baead (diff)
downloadaur-bcb93f9a1dd24e1455dfae9a245e77226de232a6.tar.gz
123 Beta 2 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d764a248fb12..a0364de47cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = firefox-beta-bin
optdepends = upower: Battery API
provides = firefox=123.0b2
conflicts = firefox-beta
- source = https://archive.mozilla.org/pub/firefox/candidates/123.0b2-candidates/build1/linux-x86_64/en-US/firefox-123.0b2.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/releases/123.0b2/linux-x86_64/en-US/firefox-123.0b2.tar.bz2
source = firefox-beta.sh
source = firefox-beta-bin.desktop
source = policies.json
diff --git a/PKGBUILD b/PKGBUILD
index 504b0249b19b..acb35bf0db2b 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/123.0b2-candidates/build1/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
+source=("https://archive.mozilla.org/pub/firefox/releases/123.0b2/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
"$_pkgname.sh"
"$pkgname.desktop"
"policies.json")