mirror of
https://github.com/archlinux/aur.git
synced 2026-02-23 00:24:09 +01:00
update to 133.0a1.20241009.094637
This commit is contained in:
parent
602a00ab0c
commit
95653d4778
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 = 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-bn
|
|||
license = GPL
|
||||
license = LGPL
|
||||
depends = firefox-nightly-bin
|
||||
noextract = firefox-nightly-i18n-bn-133.0a1.20241008.165730.xpi
|
||||
source = firefox-nightly-i18n-bn-133.0a1.20241008.165730.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.bn.langpack.xpi
|
||||
sha256sums = 64c5e444e903a86de3c2b3db2793837f8453f7d3d6eb3565f8fb694b220180a0
|
||||
noextract = firefox-nightly-i18n-bn-133.0a1.20241009.094637.xpi
|
||||
source = firefox-nightly-i18n-bn-133.0a1.20241009.094637.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-133.0a1.bn.langpack.xpi
|
||||
sha256sums = f991dd2c1ea8445c4d03b30f3e420baa7ac9c63a24826d85ad549c39692f800e
|
||||
|
||||
pkgname = firefox-nightly-i18n-bn
|
||||
|
|
|
|||
6
PKGBUILD
6
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=('64c5e444e903a86de3c2b3db2793837f8453f7d3d6eb3565f8fb694b220180a0')
|
||||
sha256sums=('f991dd2c1ea8445c4d03b30f3e420baa7ac9c63a24826d85ad549c39692f800e')
|
||||
|
||||
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue