diff options
Diffstat (limited to 'abs/extra-testing/community/firefox')
-rw-r--r-- | abs/extra-testing/community/firefox/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/extra-testing/community/firefox/PKGBUILD b/abs/extra-testing/community/firefox/PKGBUILD index 3f65484..922a092 100644 --- a/abs/extra-testing/community/firefox/PKGBUILD +++ b/abs/extra-testing/community/firefox/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 22049 2008-12-21 14:15:02Z jgc $ +# $Id: PKGBUILD 36426 2009-04-22 11:55:02Z pierre $ # Contributor: Jakub Schmidtke <sjakub@gmail.com> pkgname=firefox -pkgver=3.0.5 +pkgver=3.0.9 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(i686 x86_64) license=('MPL' 'GPL' 'LGPL') -depends=('xulrunner=1.9.0.5' 'shared-mime-info') -makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.0' 'python' 'xorg-server') +depends=('xulrunner=1.9.0.9' 'desktop-file-utils') +makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.1' 'python' 'xorg-server') replaces=('firefox3') -#install=firefox.install +install=firefox.install url="http://www.mozilla.org/projects/firefox" source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}-source.tar.bz2 mozconfig @@ -19,13 +19,13 @@ source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/s mozilla-firefox-1.0-lang.patch mozbug421977.patch firefox-appversion.patch) -md5sums=('19d09b2554976e207d37a164bcf43547' +md5sums=('f80b085699db8201e5db6b30fc63c60d' '8b6e5f7d0a9e3f64747a024cf8f12069' '68cf02788491c6e846729b2f2913bf79' '5e68cabfcf3c021806b326f664ac505e' 'bd5db57c23c72a02a489592644f18995' '7976e3ff52e01af3388dfc3a479c4955' - 'c6f27fca2e6bd2a570b271ec3ce35782') + 'c6f27fca2e6bd2a570b271ec3ce35782') build() { cd ${srcdir}/mozilla |