diff options
author | Freemor <freemor@freemor.ca> | 2018-08-10 07:43:03 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-08-10 07:43:03 -0300 |
commit | 5ee349fcb0ae3a4818b6a747f748319a856fa807 (patch) | |
tree | 5eef5814379d9c62f42d5be734fda662c9895cf6 /libre/icecat | |
parent | a4dca3714589763289b0abfbe9da6afe3aa6abf2 (diff) | |
download | abslibre-5ee349fcb0ae3a4818b6a747f748319a856fa807.tar.gz abslibre-5ee349fcb0ae3a4818b6a747f748319a856fa807.tar.bz2 abslibre-5ee349fcb0ae3a4818b6a747f748319a856fa807.zip |
Adjust [icecat] for icu 62-x rebuild
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 14dede309..97005fc86 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -21,14 +21,14 @@ _pkgname=firefox pkgname=icecat _pkgver=52.6.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=2 +pkgrel=3 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+=('icu>=61' 'icu<62') +depends+=('icu>=62' 'icu<63') 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' |