mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 11:03:49 +01:00
update to 144.0a1.20250818.213914
This commit is contained in:
parent
590f14f57c
commit
148390cd92
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-nightly-i18n-rm
|
||||
pkgdesc = Romansh language pack for Firefox Nightly
|
||||
pkgver = 143.0a1.20250818.083741
|
||||
pkgver = 144.0a1.20250818.213914
|
||||
pkgrel = 1
|
||||
url = https://www.mozilla.org/firefox/
|
||||
arch = any
|
||||
|
|
@ -9,8 +9,8 @@ pkgbase = firefox-nightly-i18n-rm
|
|||
license = GPL
|
||||
license = LGPL
|
||||
depends = firefox-nightly
|
||||
noextract = firefox-nightly-i18n-rm-143.0a1.20250818.083741.xpi
|
||||
source = firefox-nightly-i18n-rm-143.0a1.20250818.083741.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-143.0a1.rm.langpack.xpi
|
||||
sha256sums = 22c65b4525c35953fe15041031461ec2f57b715df883bd6d40c8f745f7907bc8
|
||||
noextract = firefox-nightly-i18n-rm-144.0a1.20250818.213914.xpi
|
||||
source = firefox-nightly-i18n-rm-144.0a1.20250818.213914.xpi::https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/firefox-144.0a1.rm.langpack.xpi
|
||||
sha256sums = d4b953bd7019ebab1d4d5d2994c15839521c5236033e4349a48886df49bb80b1
|
||||
|
||||
pkgname = firefox-nightly-i18n-rm
|
||||
|
|
|
|||
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=143.0a1
|
||||
pkgver=143.0a1.20250818.083741
|
||||
_version=144.0a1
|
||||
pkgver=144.0a1.20250818.213914
|
||||
|
||||
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=('22c65b4525c35953fe15041031461ec2f57b715df883bd6d40c8f745f7907bc8')
|
||||
sha256sums=('d4b953bd7019ebab1d4d5d2994c15839521c5236033e4349a48886df49bb80b1')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${_pkgname_base}-${_language_short}-${pkgver}.xpi" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue