mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 62.0-1
This commit is contained in:
parent
6fa3b0340b
commit
eab804cc65
1 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,10 @@
|
|||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=61.0.2
|
||||
pkgver=62.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=(x86_64)
|
||||
|
@ -30,7 +31,7 @@ options=(!emptydirs !makeflags !strip)
|
|||
source=("https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_${pkgver//./_}_RELEASE.tar.gz"
|
||||
$pkgname.desktop firefox-symbolic.svg
|
||||
https://hg.mozilla.org/mozilla-central/raw-rev/537f4d1d837a)
|
||||
sha256sums=('3e90f1c7e6d71deae8aded701affb9fa0fefbbd6d6fa1cdb191931970c926650'
|
||||
sha256sums=('41f780eedfeeebb8f2ac64f98cc3078247396aa8bdc8d5b0f671767f8c18baec'
|
||||
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
|
||||
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
|
||||
'9fa42f3a4ccd255b56f4157119c08ff19df9f972aa25af4cbb685e3683139c24')
|
||||
|
@ -69,7 +70,6 @@ ac_add_options --enable-update-channel=release
|
|||
ac_add_options --with-distribution-id=org.archlinux
|
||||
export MOZILLA_OFFICIAL=1
|
||||
export MOZ_TELEMETRY_REPORTING=1
|
||||
export MOZ_ADDON_SIGNING=1
|
||||
export MOZ_REQUIRE_SIGNING=1
|
||||
|
||||
# Keys
|
||||
|
@ -177,3 +177,5 @@ END
|
|||
ln -srf "$pkgdir/usr/bin/$pkgname" \
|
||||
"$pkgdir/usr/lib/$pkgname/firefox-bin"
|
||||
}
|
||||
|
||||
# vim:set sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue