summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2017-06-14 17:20:08 +0200
committerQuentin Retornaz2017-06-14 17:20:08 +0200
commit3854ac33a4c96daf5b86204723df4b712fb23b6d (patch)
treea7efbe83ad907acaaa748a27673878920669d2dd
parent732f38524d84e801bbc18de3f89c7701c85d94cd (diff)
downloadaur-3854ac33a4c96daf5b86204723df4b712fb23b6d.tar.gz
fix gcc make dependence to v6
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce797818e5d2..2cbcc8e70b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jun 14 00:44:24 UTC 2017
+# Wed Jun 14 15:17:52 UTC 2017
pkgbase = firefox-esr-gtk2
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 52.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = i686
arch = x86_64
license = MPL
license = GPL
license = LGPL
+ makedepends = gcc63
makedepends = unzip
makedepends = zip
makedepends = diffutils
diff --git a/PKGBUILD b/PKGBUILD
index 1f15f3d72c66..e3ac08a164f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=firefox-esr-gtk2
_pkgname=firefox-esr
pkgver=52.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org, Extended Support Release"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/en-US/firefox/organizations/"
depends=(gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
libvpx libevent nss hunspell sqlite ttf-font icu)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
+makedepends=(gcc63 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'