From 5a6151b3e35c6a1aef50696668f28f8c595b171a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Oct 2024 03:45:48 +0000 Subject: [PATCH] update to 133.0a1.20241002.212724 --- .SRCINFO | 8 ++++---- PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 03965c140a93..294e8ce34b86 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firefox-nightly-i18n-th pkgdesc = Thai language pack for Firefox Nightly - pkgver = 133.0a1.20241002.095009 + pkgver = 133.0a1.20241002.212724 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = any @@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-th license = GPL license = LGPL depends = firefox-nightly-bin - noextract = firefox-nightly-i18n-th.xpi - source = firefox-nightly-i18n-th.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.th.langpack.xpi - sha256sums = 5344369a8dac7d9ead965af8a66af2c6881c85c7fcf0ec81b64b43244c72abc9 + noextract = firefox-nightly-i18n-th-133.0a1.20241002.212724.xpi + source = firefox-nightly-i18n-th-133.0a1.20241002.212724.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.th.langpack.xpi + sha256sums = 8c1266ef059a5227aebdae15b59ad7618bca11681477f8cc4e0dbaae6410a4a2 pkgname = firefox-nightly-i18n-th diff --git a/PKGBUILD b/PKGBUILD index 143a76ef8086..1228d5e564f4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.mozilla.org/firefox/" _url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi _version=133.0a1 -pkgver=133.0a1.20241002.095009 +pkgver=133.0a1.20241002.212724 depends=("firefox-nightly-bin") @@ -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=('5344369a8dac7d9ead965af8a66af2c6881c85c7fcf0ec81b64b43244c72abc9') +sha256sums=('8c1266ef059a5227aebdae15b59ad7618bca11681477f8cc4e0dbaae6410a4a2') 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" }