From f2b5592656ab6c07ec1316fadf2e7541c84f2526 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 19:34:37 +0000 Subject: [PATCH] update to 133.0a1.20241002.095009 --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7200e2cff2d5..077bce45c9b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-hu license = GPL license = LGPL depends = firefox-nightly-bin - noextract = firefox-nightly-i18n-hu.xpi - source = firefox-nightly-i18n-hu.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.hu.langpack.xpi + noextract = firefox-nightly-i18n-hu-133.0a1.20241002.095009.xpi + source = firefox-nightly-i18n-hu-133.0a1.20241002.095009.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.hu.langpack.xpi sha256sums = a0968133fe9c98a0d78d9e7bb8d51b00d26013591f9fba8e7fa0a74c47973294 pkgname = firefox-nightly-i18n-hu diff --git a/PKGBUILD b/PKGBUILD index 338818774c34..83db7e082c95 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=('a0968133fe9c98a0d78d9e7bb8d51b00d26013591f9fba8e7fa0a74c47973294') 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" }