diff options
-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) |