diff options
author | Freemor <freemor@freemor.ca> | 2018-10-30 14:10:08 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-10-30 14:10:08 -0300 |
commit | 2ea81be265ed24020d25f8f1ec36ddef9e52211f (patch) | |
tree | 5913ccbf5181ed45225111f7ba8705e4e2066870 /libre/icedove | |
parent | c495503c5ed4024a1d93dcf8f98dd8aff93def9c (diff) | |
download | abslibre-2ea81be265ed24020d25f8f1ec36ddef9e52211f.tar.gz abslibre-2ea81be265ed24020d25f8f1ec36ddef9e52211f.tar.bz2 abslibre-2ea81be265ed24020d25f8f1ec36ddef9e52211f.zip |
[libre/icedove] rebuild against icu 63.1
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 5e84b7628..6f2b5de2c 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -20,7 +20,7 @@ _pkgname=thunderbird pkgname=icedove epoch=1 pkgver=52.7.0 -pkgrel=3 +pkgrel=4 _bver=52.1 _brel=1 pkgdesc="Libre standalone mail and news reader based on Mozilla Thunderbird" @@ -30,7 +30,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>=62' 'icu<63') +depends+=('icu>=63' 'icu<64') 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) |