summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc407e7e079..3eeeac81ae86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly-en-gb
pkgdesc = Standalone Web Browser from Mozilla — Nightly build (en-GB)
- pkgver = 100.0a1.20220316.214937
+ pkgver = 115.0a1.20230517.153544
pkgrel = 1
url = https://www.mozilla.org/en-GB/firefox/nightly
arch = x86_64
@@ -23,10 +23,11 @@ pkgbase = firefox-nightly-en-gb
optdepends = startup-notification: support for FreeDesktop Startup Notification
provides = firefox-nightly
conflicts = firefox-nightly
+ options = !debug
source = firefox-nightly.desktop
source = policies.json
- source = 20220316-214937-firefox-100.0a1.en-GB.linux-x86_64.tar.bz2::https://ftp.mozilla.org/pub/firefox/nightly/2022/03/2022-03-16-21-49-37-mozilla-central-l10n/firefox-100.0a1.en-GB.linux-x86_64.tar.bz2
- source = 20220316-214937-firefox-100.0a1.en-GB.linux-x86_64.tar.bz2.asc::https://ftp.mozilla.org/pub/firefox/nightly/2022/03/2022-03-16-21-49-37-mozilla-central-l10n/firefox-100.0a1.en-GB.linux-x86_64.tar.bz2.asc
+ source = 20230517-153544-firefox-115.0a1.en-GB.linux-x86_64.tar.bz2::https://ftp.mozilla.org/pub/firefox/nightly/2023/05/2023-05-17-15-35-44-mozilla-central-l10n/firefox-115.0a1.en-GB.linux-x86_64.tar.bz2
+ source = 20230517-153544-firefox-115.0a1.en-GB.linux-x86_64.tar.bz2.asc::https://ftp.mozilla.org/pub/firefox/nightly/2023/05/2023-05-17-15-35-44-mozilla-central-l10n/firefox-115.0a1.en-GB.linux-x86_64.tar.bz2.asc
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha512sums = b514abafc559ec03a4222442fa4306db257c3de9e18ed91a0b37cc9d7058a8e08a241442e54a67659a3ab4512a5dae6a0b94ea7a33d08ef0b8a76a9eac902095
sha512sums = 5ed67bde39175d4d10d50ba5b12063961e725e94948eadb354c0588b30d3f97d2178b66c1af466a6e7bd208ab694227a1391c4141f88d3da1a1178454eba5308
diff --git a/PKGBUILD b/PKGBUILD
index 4c41ef872e99..6ef5803aec27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,18 +33,21 @@ arch=('x86_64')
license=('MPL' 'GPL' 'LGPL')
conflicts=('firefox-nightly')
depends=('dbus-glib' 'gtk3' 'libxt' 'nss' 'mime-types' 'python')
-optdepends=('pulseaudio: audio support'
- 'ffmpeg: h.264 video'
- 'hunspell: spell checking'
- 'hyphen: hyphenation'
- 'libnotify: notification integration'
- 'networkmanager: location detection via available WiFi networks'
- 'speech-dispatcher: text-to-speech'
- 'startup-notification: support for FreeDesktop Startup Notification')
+optdepends=(
+ 'pulseaudio: audio support'
+ 'ffmpeg: h.264 video'
+ 'hunspell: spell checking'
+ 'hyphen: hyphenation'
+ 'libnotify: notification integration'
+ 'networkmanager: location detection via available WiFi networks'
+ 'speech-dispatcher: text-to-speech'
+ 'startup-notification: support for FreeDesktop Startup Notification'
+)
provides=("${_pkgname}")
_url="${_base_url}/${_build_id[year]}/${_build_id[month]}/${_build_id[year]}-${_build_id[month]}-${_build_id[day]}-${_build_id[hour]}-${_build_id[min]}-${_build_id[sec]}-mozilla-central-l10n"
_src="${_name}-${_version}.${_lang}.linux-${CARCH}"
_filename="${_build_id[date]}-${_build_id[time]}-${_src}"
+options=('!debug')
source=('firefox-nightly.desktop'
'policies.json'
"${_filename}.tar.bz2::${_url}/${_src}.tar.bz2"