mirror of
https://github.com/archlinux/aur.git
synced 2026-02-27 07:12:54 +01:00
update to 138.0a1.20250303.162910
This commit is contained in:
parent
cac796bb2c
commit
8a8eacf133
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-nightly-i18n-hu
|
||||
pkgdesc = Hungarian language pack for Firefox Nightly
|
||||
pkgver = 137.0a1.20250303.090051
|
||||
pkgver = 138.0a1.20250303.162910
|
||||
pkgrel = 1
|
||||
url = https://www.mozilla.org/firefox/
|
||||
arch = any
|
||||
|
|
@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-hu
|
|||
license = GPL
|
||||
license = LGPL
|
||||
depends = firefox-nightly
|
||||
noextract = firefox-nightly-i18n-hu-137.0a1.20250303.090051.xpi
|
||||
source = firefox-nightly-i18n-hu-137.0a1.20250303.090051.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-137.0a1.hu.langpack.xpi
|
||||
sha256sums = c1d1752daa5fcbefe1b9323d953de20ce6dfda3f42c75c9f1f113f6caeef6cfc
|
||||
noextract = firefox-nightly-i18n-hu-138.0a1.20250303.162910.xpi
|
||||
source = firefox-nightly-i18n-hu-138.0a1.20250303.162910.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-138.0a1.hu.langpack.xpi
|
||||
sha256sums = 502b35d8b3a603b6ea04756febf90ef672f564565489777f3e582756df3882ef
|
||||
|
||||
pkgname = firefox-nightly-i18n-hu
|
||||
|
|
|
|||
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=137.0a1
|
||||
pkgver=137.0a1.20250303.090051
|
||||
_version=138.0a1
|
||||
pkgver=138.0a1.20250303.162910
|
||||
|
||||
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=('c1d1752daa5fcbefe1b9323d953de20ce6dfda3f42c75c9f1f113f6caeef6cfc')
|
||||
sha256sums=('502b35d8b3a603b6ea04756febf90ef672f564565489777f3e582756df3882ef')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue