mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 72.0.2-1
This commit is contained in:
parent
8c317e6a0f
commit
2524ebce73
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ buildarch=12
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=72.0.1
|
pkgver=72.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Standalone web browser from mozilla.org"
|
pkgdesc="Standalone web browser from mozilla.org"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -32,7 +32,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
|
||||||
build-arm-libopus.patch
|
build-arm-libopus.patch
|
||||||
0001-Use-remoting-name-for-GDK-application-names.patch
|
0001-Use-remoting-name-for-GDK-application-names.patch
|
||||||
$pkgname.desktop)
|
$pkgname.desktop)
|
||||||
sha256sums=('1fa59aedc8469c3e6ffb12449ab7de2f93776f7679eedebfb74aa309b694956f'
|
sha256sums=('77fd224bea885172d757aef587ad443f2171aa84e4297bca55df91a1951be389'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
||||||
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
||||||
|
@ -141,10 +141,10 @@ build() {
|
||||||
# LTO needs more open files
|
# LTO needs more open files
|
||||||
ulimit -n 4096
|
ulimit -n 4096
|
||||||
|
|
||||||
msg2 "Building optimized browser..."
|
echo "Building optimized browser..."
|
||||||
./mach build
|
./mach build
|
||||||
|
|
||||||
msg2 "Building symbol archive..."
|
echo "Building symbol archive..."
|
||||||
./mach buildsymbols
|
./mach buildsymbols
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ shift
|
||||||
[[ -f $token && -s $token ]] || die "Invalid TOKEN-FILE ${token@Q}"
|
[[ -f $token && -s $token ]] || die "Invalid TOKEN-FILE ${token@Q}"
|
||||||
|
|
||||||
for zip; do
|
for zip; do
|
||||||
[[ $(file -Ebi "$zip") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE ${zip@Q}"
|
[[ $(file -SEbi "$zip") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE ${zip@Q}"
|
||||||
done
|
done
|
||||||
|
|
||||||
for zip; do
|
for zip; do
|
||||||
|
|
Loading…
Reference in a new issue