mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 34.0.5-1
This commit is contained in:
parent
486274c425
commit
042a1474b4
1 changed files with 3 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
buildarch=20
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=33.1.1
|
||||
pkgrel=1.1
|
||||
pkgver=34.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
|
@ -31,7 +31,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
firefox-fixed-loading-icon.png
|
||||
arm-webrtc-fix.patch
|
||||
arm-download-fix.patch)
|
||||
sha256sums=('ce67fab494acb56b9dc18896e9ea481b1a1ba61ca88ce3438f96d21cc554b9a9'
|
||||
sha256sums=('1680191ff7d4c465c0e6a5d7d6ff7a426f5bfa64f8d6d68a4bdfa9ac4ee459c8'
|
||||
'SKIP'
|
||||
'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
|
||||
'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
|
||||
|
@ -90,7 +90,6 @@ build() {
|
|||
cd mozilla-release
|
||||
|
||||
export PATH="$srcdir/path:$PATH"
|
||||
#export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
|
||||
export PYTHON="/usr/bin/python2"
|
||||
|
||||
# Do PGO
|
||||
|
|
Loading…
Reference in a new issue