diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 11:20:12 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 11:20:12 +0200 |
commit | 70c99b45b3cfd2b5f6b33b858c35dff893988875 (patch) | |
tree | 560514d6674aacd36518d749854cfb86a92b8833 /nonprism | |
parent | 49d6e53c0888586aedfa9d247453ce5a94a54fec (diff) | |
download | abslibre-70c99b45b3cfd2b5f6b33b858c35dff893988875.tar.gz abslibre-70c99b45b3cfd2b5f6b33b858c35dff893988875.tar.bz2 abslibre-70c99b45b3cfd2b5f6b33b858c35dff893988875.zip |
ice*: updated icu dependency guard
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/icedove/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD index f639beffe..b6dfed16d 100644 --- a/nonprism/icedove/PKGBUILD +++ b/nonprism/icedove/PKGBUILD @@ -33,6 +33,7 @@ license=(MPL GPL LGPL) url="https://wiki.parabola.nu/$pkgname" depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg nss hunspell sqlite ttf-font icu libvpx) +depends+=('icu>=61' 'icu<62') makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb autoconf2.13 rust clang llvm) makedepends+=(quilt mozilla-searchplugins python2-blessings) |