mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
140.3.1
This commit is contained in:
parent
19883e6d4c
commit
96cdac8ea0
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = icecat
|
||||
pkgdesc = GNU version of the Firefox ESR browser
|
||||
pkgver = 140.3.0
|
||||
pkgver = 140.3.1
|
||||
pkgrel = 1
|
||||
url = https://gitweb.git.savannah.gnu.org/gitweb/?p=gnuzilla.git
|
||||
arch = x86_64
|
||||
|
|
@ -55,15 +55,15 @@ pkgbase = icecat
|
|||
optdepends = networkmanager: Location detection via available WiFi networks
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
optdepends = xdg-desktop-portal: Screensharing with Wayland
|
||||
noextract = firefox-140.3.0esr.source.tar.xz
|
||||
noextract = firefox-140.3.1esr.source.tar.xz
|
||||
options = !debug
|
||||
options = !emptydirs
|
||||
options = !lto
|
||||
options = !makeflags
|
||||
options = !strip
|
||||
source = gnuzilla-140.3.0-c939d76.tar.gz::https://cgit.git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-c939d76c33294791cce8ce1722bd6747dadbe31f.tar.gz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/140.3.0esr/source/firefox-140.3.0esr.source.tar.xz
|
||||
sha256sums = 1b7e531f781573c6476561f8a0781f99335e93e760916b6bd0e148872ae22bdd
|
||||
sha256sums = efc6eb3c93756311bd2f9db3796c0bbee6e3f182975d857284168b3dec672316
|
||||
source = gnuzilla-140.3.1-b7f0c6b.tar.gz::https://cgit.git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-b7f0c6b7d19ececd92640f26eaa43cfec29cf728.tar.gz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/140.3.1esr/source/firefox-140.3.1esr.source.tar.xz
|
||||
sha256sums = c0b709b251bf953e36ddd5348388261fa89592af20278a3573119aad69d336a3
|
||||
sha256sums = 0b43b3a1c4f40765d96eb2094d38838f5d01b7280ad8b9b0a17612bed9c36735
|
||||
|
||||
pkgname = icecat
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -24,10 +24,10 @@
|
|||
: ${_build_limit_cores:=false}
|
||||
|
||||
## update
|
||||
_icver="140.3.0"
|
||||
_commit="c939d76c33294791cce8ce1722bd6747dadbe31f"
|
||||
_icsum="1b7e531f781573c6476561f8a0781f99335e93e760916b6bd0e148872ae22bdd"
|
||||
_ffsum="efc6eb3c93756311bd2f9db3796c0bbee6e3f182975d857284168b3dec672316"
|
||||
_icver="140.3.1"
|
||||
_commit="b7f0c6b7d19ececd92640f26eaa43cfec29cf728"
|
||||
_icsum="c0b709b251bf953e36ddd5348388261fa89592af20278a3573119aad69d336a3"
|
||||
_ffsum="0b43b3a1c4f40765d96eb2094d38838f5d01b7280ad8b9b0a17612bed9c36735"
|
||||
|
||||
## package
|
||||
_pkgname="icecat"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue