[arch-commits] Commit in firefox/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Aug 4 09:51:03 UTC 2009
Date: Tuesday, August 4, 2009 @ 05:51:02
Author: jgc
Revision: 49162
upgpkg: firefox 3.5.2-1
Make dependency on xulrunner strict. It does not run with later versions
Modified:
firefox/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-04 08:52:42 UTC (rev 49161)
+++ PKGBUILD 2009-08-04 09:51:02 UTC (rev 49162)
@@ -2,13 +2,13 @@
# Contributor: Jakub Schmidtke <sjakub at gmail.com>
pkgname=firefox
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
-_xulver=1.9.1.1
+_xulver=1.9.1.2
pkgdesc="Standalone web browser from mozilla.org"
arch=(i686 x86_64)
license=('MPL' 'GPL' 'LGPL')
-depends=("xulrunner>=${_xulver}" 'desktop-file-utils')
+depends=("xulrunner=${_xulver}" 'desktop-file-utils')
makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.1' 'python')
replaces=('firefox3')
install=firefox.install
@@ -20,7 +20,7 @@
mozilla-firefox-1.0-lang.patch
browser-defaulturls.patch
firefox-version.patch)
-md5sums=('18169e189785d680827d4fce94524449'
+md5sums=('136867f95c86f3988b7f825e874b85de'
'd672df11a6e16a5dec68428b00bfb810'
'68cf02788491c6e846729b2f2913bf79'
'5e68cabfcf3c021806b326f664ac505e'
More information about the arch-commits
mailing list