From 57183ddbf83552e607f46e1848214bb7d6346581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 15:28:37 +0000 Subject: [PATCH] update to 133.0a1.20241009.094637 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ee3bbf73a5fe..3fa52a92ccbc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firefox-nightly-i18n-th pkgdesc = Thai language pack for Firefox Nightly - pkgver = 133.0a1.20241008.165730 + pkgver = 133.0a1.20241009.094637 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-133.0a1.20241008.165730.xpi - source = firefox-nightly-i18n-th-133.0a1.20241008.165730.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.th.langpack.xpi - sha256sums = 1ecb6412091dadbe2bfeb5138ff612c012cfe391b2f9b19199d3926c319b5754 + noextract = firefox-nightly-i18n-th-133.0a1.20241009.094637.xpi + source = firefox-nightly-i18n-th-133.0a1.20241009.094637.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.th.langpack.xpi + sha256sums = f811cf3658f90ae81eb7b93200d159f9c8634d7e36a4a67eeb9e361882f2880b pkgname = firefox-nightly-i18n-th diff --git a/PKGBUILD b/PKGBUILD index 67629beb959d..3d8531ea3c15 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.20241008.165730 +pkgver=133.0a1.20241009.094637 depends=("firefox-nightly-bin") @@ -25,9 +25,9 @@ source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_ver # Don't extract anything noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi") -sha256sums=('1ecb6412091dadbe2bfeb5138ff612c012cfe391b2f9b19199d3926c319b5754') +sha256sums=('f811cf3658f90ae81eb7b93200d159f9c8634d7e36a4a67eeb9e361882f2880b') package() { install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \ - "$pkgdir/opt/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" + "$pkgdir/usr/lib/firefox-nightly/distribution/extensions/langpack-${_language_short}@firefox.mozilla.org.xpi" }