summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-10-02 19:42:32 +0000
committergithub-actions[bot]2024-10-02 19:42:32 +0000
commitcc7f98aa30057702f28ba1454c323907f92abd6b (patch)
tree12188abf788f8bfd2803124a4b3ce6cb1f849c70
parent2d91af54ceac91fd4f9a70292ba3c6909d42f898 (diff)
downloadaur-cc7f98aa30057702f28ba1454c323907f92abd6b.tar.gz
update to 133.0a1.20241002.095009
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d328cc1d6e13..2d7b5d9d9b9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-ru
license = GPL
license = LGPL
depends = firefox-nightly-bin
- noextract = firefox-nightly-i18n-ru.xpi
- source = firefox-nightly-i18n-ru.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.ru.langpack.xpi
+ noextract = firefox-nightly-i18n-ru-133.0a1.20241002.095009.xpi
+ source = firefox-nightly-i18n-ru-133.0a1.20241002.095009.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.ru.langpack.xpi
sha256sums = 89486db7c5849733a65db9b66decf5fa2cb4a4aadae0512c90c50b0e5c4b319a
pkgname = firefox-nightly-i18n-ru
diff --git a/PKGBUILD b/PKGBUILD
index ffd27e2f2924..30c83526becf 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=('89486db7c5849733a65db9b66decf5fa2cb4a4aadae0512c90c50b0e5c4b319a')
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"
}