diff options
author | Freemor <freemor@freemor.ca> | 2018-08-10 08:57:13 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-08-10 08:57:13 -0300 |
commit | 8d7332e08e061c732eb7447eab22977147871dcd (patch) | |
tree | da99f774b9a3f035ff729cc04899bb486810db49 /libre/icedove | |
parent | 5ee349fcb0ae3a4818b6a747f748319a856fa807 (diff) | |
download | abslibre-8d7332e08e061c732eb7447eab22977147871dcd.tar.gz abslibre-8d7332e08e061c732eb7447eab22977147871dcd.tar.bz2 abslibre-8d7332e08e061c732eb7447eab22977147871dcd.zip |
Tweak [icedove] for icu 62 rebuild
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 65e2a0dfa..f85698512 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -18,7 +18,7 @@ _pkgname=thunderbird pkgname=icedove -epoch=1 +epoch=2 pkgver=52.7.0 pkgrel=2 _bver=52.1 @@ -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>=61' 'icu<62') +depends+=('icu>=62' 'icu<63') 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) |