diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 08:58:31 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 08:58:31 +0200 |
commit | c3ae1c4236b8c81686204e9fcc671cd5d96e6e5e (patch) | |
tree | f9e7a83f53615e7df4162d78fae0a301b87f2191 /libre/icecat | |
parent | a2a3e9288bb95a79d25cb9bb0ce61a24f975219a (diff) | |
download | abslibre-c3ae1c4236b8c81686204e9fcc671cd5d96e6e5e.tar.gz abslibre-c3ae1c4236b8c81686204e9fcc671cd5d96e6e5e.tar.bz2 abslibre-c3ae1c4236b8c81686204e9fcc671cd5d96e6e5e.zip |
libre/icecat: rebuilt for icu update
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index d795911c2..1bfaf68c8 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -21,16 +21,13 @@ _pkgname=firefox pkgname=icecat _pkgver=52.6.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=1 +pkgrel=2 pkgdesc="GNU Icecat - a libre standalone web browser based on Mozilla Firefox." arch=(x86_64 i686 armv7h) license=(MPL GPL LGPL) url="http://www.gnu.org/software/gnuzilla/" depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib ffmpeg nss hunspell sqlite ttf-font libpulse libvpx icu) -depends_x86_64=("icu>=60" "icu<61") -depends_i686=("icu>=60" "icu<61") -depends_armv7h=("icu>=60" "icu<61") makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils xorg-server-xvfb autoconf2.13 rust clang llvm jack mozilla-searchplugins) optdepends=('networkmanager: Location detection via available WiFi networks' |