summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoosterDEV2017-04-12 15:20:19 +0200
committerBoosterDEV2017-04-12 15:20:19 +0200
commitb01a07fd2b0f46b6d0373e1c9bf24db46e48444e (patch)
tree52f800f5f935795afe158f89ee6f97313fc4c8c7
parent450f19de33526947433f57a7e83d642d866e3b1a (diff)
downloadaur-b01a07fd2b0f46b6d0373e1c9bf24db46e48444e.tar.gz
fix nss
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3534d6a838c8..d2f94eac913c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org - Beta [testing]
pkgver = 53.0b10
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = x86_64
license = MPL
@@ -31,7 +31,6 @@ pkgbase = firefox-beta
depends = ffmpeg
depends = libvpx
depends = libevent
- depends = nss
depends = hunspell
depends = sqlite
depends = ttf-font
diff --git a/PKGBUILD b/PKGBUILD
index dce97ae581f5..de34bf34ef79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=firefox-beta
pkgver=53.0b10
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org - Beta [testing]"
arch=('x86_64')
license=('MPL' 'GPL' 'LGPL')
url="https://www.mozilla.org/firefox/"
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'icu' 'nss>=3.29.5')
+depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'libevent' 'hunspell' 'sqlite' 'ttf-font' 'icu' 'nss>=3.29.5')
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 'libpulse' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'cargo')
optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' 'speech-dispatcher: Text-to-Speech')
provides=("firefox=$pkgver")