mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 09:25:35 +01:00
update to 145.0a1.20250915.214414
This commit is contained in:
parent
0040fb66a5
commit
6127ccedd8
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-nightly-i18n-th
|
||||
pkgdesc = Thai language pack for Firefox Nightly
|
||||
pkgver = 144.0a1.20250913.092312
|
||||
pkgver = 145.0a1.20250915.214414
|
||||
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
|
||||
noextract = firefox-nightly-i18n-th-144.0a1.20250913.092312.xpi
|
||||
source = firefox-nightly-i18n-th-144.0a1.20250913.092312.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-144.0a1.th.langpack.xpi
|
||||
sha256sums = a30b19be24cc6078b42db24f953a3e8cfa19ecb76a649c1c6c4e7acc6fee46f6
|
||||
noextract = firefox-nightly-i18n-th-145.0a1.20250915.214414.xpi
|
||||
source = firefox-nightly-i18n-th-145.0a1.20250915.214414.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-145.0a1.th.langpack.xpi
|
||||
sha256sums = bf5e4207c6aed3a94566b98dcf13a0f580e2ac9537da0e85452808ffdfd9567f
|
||||
|
||||
pkgname = firefox-nightly-i18n-th
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -8,8 +8,8 @@ license=('MPL' 'GPL' 'LGPL')
|
|||
url="https://www.mozilla.org/firefox/"
|
||||
_url=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi
|
||||
|
||||
_version=144.0a1
|
||||
pkgver=144.0a1.20250913.092312
|
||||
_version=145.0a1
|
||||
pkgver=145.0a1.20250915.214414
|
||||
|
||||
depends=("firefox-nightly")
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ source=("${_pkgname_base}-${_language_short}-${pkgver}.xpi::$_url/firefox-${_ver
|
|||
# Don't extract anything
|
||||
noextract=("${_pkgname_base}-${_language_short}-${pkgver}.xpi")
|
||||
|
||||
sha256sums=('a30b19be24cc6078b42db24f953a3e8cfa19ecb76a649c1c6c4e7acc6fee46f6')
|
||||
sha256sums=('bf5e4207c6aed3a94566b98dcf13a0f580e2ac9537da0e85452808ffdfd9567f')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue