update to 133.0a1.20241002.095009

This commit is contained in:
github-actions[bot] 2024-10-02 19:25:37 +00:00
parent c6f27db0b9
commit 702feebc84
2 changed files with 5 additions and 5 deletions

View file

@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-bn
license = GPL
license = LGPL
depends = firefox-nightly-bin
noextract = firefox-nightly-i18n-bn.xpi
source = firefox-nightly-i18n-bn.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.bn.langpack.xpi
noextract = firefox-nightly-i18n-bn-133.0a1.20241002.095009.xpi
source = firefox-nightly-i18n-bn-133.0a1.20241002.095009.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.bn.langpack.xpi
sha256sums = 97da4e73fbe1810d99236931a7f4fd35e3d0111eb229d8331b38c046d8790d43
pkgname = firefox-nightly-i18n-bn

View file

@ -20,14 +20,14 @@ pkgname=${_pkgname_base}-${_language_short,,}
pkgdesc="${_language} language pack for Firefox Nightly"
groups=('firefox-nightly-i18n')
source=("${_pkgname_base}-${_language_short}.xpi::$_url/firefox-${_version}.${_language_short}.langpack.xpi")
source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_version}.${_language_short}.langpack.xpi")
# Don't extract anything
noextract=("${_pkgname_base}-${_language_short}.xpi")
noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi")
sha256sums=('97da4e73fbe1810d99236931a7f4fd35e3d0111eb229d8331b38c046d8790d43')
package() {
install -Dm644 "${_pkgname_base}-${_language_short}.xpi" \
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
"$pkgdir/opt/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi"
}