diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/firefox/APKBUILD | 10 | ||||
-rw-r--r-- | main/firefox/mozconfig | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index bc76ca1c57..423087581f 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -1,15 +1,15 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=firefox -pkgver=6.0.1 +pkgver=7.0.1 _pkgver=$pkgver -_xulver=6.0 +_xulver=7.0.1 pkgrel=0 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" license="GPL LGPL MPL" -depends="xulrunner" +depends="xulrunner>=${_xulver}" makedepends="xulrunner-dev>=${_xulver} nspr-dev @@ -95,7 +95,7 @@ package() { ln -sf /usr/lib/xulrunner-${_xulver} ${pkgdir}/usr/lib/firefox-${pkgver}/xulrunner } -md5sums="43b71655e1307c7f62896339e70c9aed firefox-6.0.1.source.tar.bz2 -226f723ce7090d1ac590c880ffc8695b mozconfig +md5sums="5b212db48630ba93bb30ec63cca17f4d firefox-7.0.1.source.tar.bz2 +2381992b3c6eaa6bea013cb557385580 mozconfig ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index ed8912089c..83233ea54e 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -22,7 +22,7 @@ ac_add_options --enable-startup-notification ac_add_options --enable-libxul ac_add_options --disable-crashreporter ac_add_options --disable-updater -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-6.0 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-7.0.1 ac_add_options --enable-safe-browsing ac_add_options --enable-chrome-format=jar ac_add_options --disable-elf-hack |