mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 04:57:06 +01:00
update to 145.0a1.20250915.214414
This commit is contained in:
parent
52743a0ce0
commit
fe610071a0
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-nightly-i18n-bn
|
||||
pkgdesc = Bengali 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-bn
|
|||
license = GPL
|
||||
license = LGPL
|
||||
depends = firefox-nightly
|
||||
noextract = firefox-nightly-i18n-bn-144.0a1.20250913.092312.xpi
|
||||
source = firefox-nightly-i18n-bn-144.0a1.20250913.092312.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-144.0a1.bn.langpack.xpi
|
||||
sha256sums = aedd74fd72a10f5e875560e93a444dd7b1ab0dfc2a08ea2c772abf7f1a341cd9
|
||||
noextract = firefox-nightly-i18n-bn-145.0a1.20250915.214414.xpi
|
||||
source = firefox-nightly-i18n-bn-145.0a1.20250915.214414.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-145.0a1.bn.langpack.xpi
|
||||
sha256sums = 2bb7f4e0e45e202ff2b06df7ce1c4b52a821cb0775b501f69f172a2717778525
|
||||
|
||||
pkgname = firefox-nightly-i18n-bn
|
||||
|
|
|
|||
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=('aedd74fd72a10f5e875560e93a444dd7b1ab0dfc2a08ea2c772abf7f1a341cd9')
|
||||
sha256sums=('2bb7f4e0e45e202ff2b06df7ce1c4b52a821cb0775b501f69f172a2717778525')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue