mirror of
https://github.com/archlinux/aur.git
synced 2026-03-08 08:29:33 +01:00
update to 133.0a1.20241002.212724
This commit is contained in:
parent
ac99ddba64
commit
5a6151b3e3
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
10
PKGBUILD
10
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue