mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 00:33:11 +01:00
update to 135.0a1.20250103.094820
This commit is contained in:
parent
f5682d1c88
commit
ff632adb97
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 = 135.0a1.20241207.213501
|
||||
pkgver = 135.0a1.20250103.094820
|
||||
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-135.0a1.20241207.213501.xpi
|
||||
source = firefox-nightly-i18n-es-ES-135.0a1.20241207.213501.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.es-ES.langpack.xpi
|
||||
sha256sums = 7e47f2705600851244a70c37c916e106f18e306cd3a641e7fd2f4129989d1583
|
||||
noextract = firefox-nightly-i18n-es-ES-135.0a1.20250103.094820.xpi
|
||||
source = firefox-nightly-i18n-es-ES-135.0a1.20250103.094820.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-135.0a1.es-ES.langpack.xpi
|
||||
sha256sums = 06ef2ab57465c94025be1a4dd0941875892c557cf04b5bc08a87835f9f37c2ca
|
||||
|
||||
pkgname = firefox-nightly-i18n-es-es
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Contributor: Felix Golatofski <contact@xdfr.de>
|
||||
# Contributor: Swift Geek <swiftgeek ɐt gmail døt com>
|
||||
# Maintainer: Sving1024 <piano5432@outlook.com>
|
||||
# Maintainer: Sving1024 <sving1024@outlook.com>
|
||||
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
|
|
@ -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=135.0a1
|
||||
pkgver=135.0a1.20241207.213501
|
||||
pkgver=135.0a1.20250103.094820
|
||||
|
||||
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=('7e47f2705600851244a70c37c916e106f18e306cd3a641e7fd2f4129989d1583')
|
||||
sha256sums=('06ef2ab57465c94025be1a4dd0941875892c557cf04b5bc08a87835f9f37c2ca')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue