mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 17:12:34 +01:00
update to 139.0a1.20250331.215235
This commit is contained in:
parent
b858ef53bb
commit
af7a283959
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-nightly-i18n-es-es
|
||||
pkgdesc = Spanish (Spain) language pack for Firefox Nightly
|
||||
pkgver = 138.0a1.20250331.085046
|
||||
pkgver = 139.0a1.20250331.215235
|
||||
pkgrel = 1
|
||||
url = https://www.mozilla.org/firefox/
|
||||
arch = any
|
||||
|
|
@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-es-es
|
|||
license = GPL
|
||||
license = LGPL
|
||||
depends = firefox-nightly
|
||||
noextract = firefox-nightly-i18n-es-ES-138.0a1.20250331.085046.xpi
|
||||
source = firefox-nightly-i18n-es-ES-138.0a1.20250331.085046.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-138.0a1.es-ES.langpack.xpi
|
||||
sha256sums = c658bb8944a608ace7ca48e58dcdf6013432e8bca44cbf462894e4258de57ede
|
||||
noextract = firefox-nightly-i18n-es-ES-139.0a1.20250331.215235.xpi
|
||||
source = firefox-nightly-i18n-es-ES-139.0a1.20250331.215235.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-139.0a1.es-ES.langpack.xpi
|
||||
sha256sums = 15c307a9fc633b54f7c52983833ab1d33b91cce0d1a4c43cb13adb1baa5be5c3
|
||||
|
||||
pkgname = firefox-nightly-i18n-es-es
|
||||
|
|
|
|||
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=138.0a1
|
||||
pkgver=138.0a1.20250331.085046
|
||||
_version=139.0a1
|
||||
pkgver=139.0a1.20250331.215235
|
||||
|
||||
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=('c658bb8944a608ace7ca48e58dcdf6013432e8bca44cbf462894e4258de57ede')
|
||||
sha256sums=('15c307a9fc633b54f7c52983833ab1d33b91cce0d1a4c43cb13adb1baa5be5c3')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue