diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-01 17:13:49 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-01 17:49:14 +0200 |
commit | 1493eb80b87de9a45a9f8864f375f7dd6eb10129 (patch) | |
tree | f2e70a518dfd22f1ae2393e4c15aa0524cb353ce /libre/icecat | |
parent | 4f22749c6fad1d396649205b2a53f475e00abb77 (diff) | |
download | abslibre-1493eb80b87de9a45a9f8864f375f7dd6eb10129.tar.gz abslibre-1493eb80b87de9a45a9f8864f375f7dd6eb10129.tar.bz2 abslibre-1493eb80b87de9a45a9f8864f375f7dd6eb10129.zip |
updated icecat dependencies
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index d9a006790..99678b84b 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -15,12 +15,12 @@ _pgo=false pkgname=icecat _pkgver=45.7.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=1 +pkgrel=2 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 armv7h) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib desktop-file-utils ffmpeg gtk2 gtk3 hicolor-icon-theme hunspell icu=58.2 libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) +depends=(alsa-lib dbus-glib desktop-file-utils ffmpeg gtk2 gtk3 hicolor-icon-theme hunspell icu=59.1 libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins python2 unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then |