diff --git a/.SRCINFO b/.SRCINFO index 38f5cb266a07..4acfae5b8c6f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-mr license = GPL license = LGPL depends = firefox-nightly-bin - noextract = firefox-nightly-i18n-mr.xpi - source = firefox-nightly-i18n-mr.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.mr.langpack.xpi + noextract = firefox-nightly-i18n-mr-133.0a1.20241002.095009.xpi + source = firefox-nightly-i18n-mr-133.0a1.20241002.095009.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.mr.langpack.xpi sha256sums = 7e26901a77538d40bac0dceffb0028c517c3c7b0dc2bec761f22124dcc24ee9b pkgname = firefox-nightly-i18n-mr diff --git a/PKGBUILD b/PKGBUILD index 5dcb212fdb73..cab7b3fedf0a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=('7e26901a77538d40bac0dceffb0028c517c3c7b0dc2bec761f22124dcc24ee9b') 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" }