Date: Monday, December 19, 2011 @ 16:35:19 Author: ibiru Revision: 145238
update to 9.0 Modified: firefox/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-19 19:32:08 UTC (rev 145237) +++ PKGBUILD 2011-12-19 21:35:19 UTC (rev 145238) @@ -2,18 +2,18 @@ # Contributor: Jakub Schmidtke <[email protected]> pkgname=firefox -pkgver=8.0.1 +pkgver=9.0 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') -depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme') +depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme') makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb') url="http://www.mozilla.org/projects/firefox" install=firefox.install source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2 mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch firefox-install-dir.patch) -md5sums=('b7d09b082e88a74860a51a8e04e29333' +md5sums=('d8d0c8c79660752b02d9e9ab69a68f94' '4b925c654eb2484e26d08f743df118fa' 'bdeb0380c7fae30dd0ead6d2d3bc5873' 'bd5db57c23c72a02a489592644f18995'
