mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
bumping extra/firefox
This commit is contained in:
parent
0a069c2d29
commit
5cf5cfbdcd
1 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ buildarch=4
|
|||
highmem=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=17.0
|
||||
pkgver=17.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,12 +25,6 @@ install=firefox.install
|
|||
options=(!emptydirs)
|
||||
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
|
||||
mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch)
|
||||
md5sums=('3d9d2f6420344ff47a8af3a35ac4bdd6'
|
||||
'5644c7b42f51013e2023787938fa955e'
|
||||
'eb56667bc1919f2ed93e34bdfc21f7d6'
|
||||
'150ac0fb3ac7b2114c8e8851a9e0516c'
|
||||
'0d053487907de4376d67d8f499c5502b'
|
||||
'52e52f840a49eb1d14be1c0065b03a93')
|
||||
|
||||
build() {
|
||||
cd mozilla-release
|
||||
|
@ -85,3 +79,9 @@ package() {
|
|||
#https://bugzilla.mozilla.org/show_bug.cgi?id=658850
|
||||
ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin"
|
||||
}
|
||||
md5sums=('13d616028eb77de927c29b6655c832c9'
|
||||
'5644c7b42f51013e2023787938fa955e'
|
||||
'eb56667bc1919f2ed93e34bdfc21f7d6'
|
||||
'150ac0fb3ac7b2114c8e8851a9e0516c'
|
||||
'0d053487907de4376d67d8f499c5502b'
|
||||
'52e52f840a49eb1d14be1c0065b03a93')
|
||||
|
|
Loading…
Reference in a new issue