summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2017-06-19 21:38:10 +0200
committerJoan Figueras2017-06-19 21:38:10 +0200
commitd6bb1a3ec9bbcfc25ee1d877621eaccaa1f637fb (patch)
tree1cd57397ff1f221a4db1aa861502837ba573accc
parent89f705802526880cd0b1ba85be9ccd8b06569d20 (diff)
downloadaur-d6bb1a3ec9bbcfc25ee1d877621eaccaa1f637fb.tar.gz
Fix dependency: gtk3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726281f2db38..173ed3d5fbdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = icecat-bin
pkgdesc = Binary build of the GNU version of the Mozilla Firefox browser
pkgver = 52.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/gnuzilla/
arch = i686
arch = x86_64
license = GPL
license = MPL
license = LGPL
- depends = gtk2
+ depends = gtk3
depends = mozilla-common
depends = libxt
depends = startup-notification
diff --git a/PKGBUILD b/PKGBUILD
index abbb3225108b..e8fe384b66de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=icecat-bin
_pkgname=icecat
pkgver=52.1.0
_pkgver=${pkgver}-gnu1
-pkgrel=1
+pkgrel=2
pkgdesc="Binary build of the GNU version of the Mozilla Firefox browser"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gnuzilla/"
license=('GPL' 'MPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'pango' 'freetype2' 'libxft' 'libx11')
makedepends=()