diff options
author | Freemor <freemor@freemor.ca> | 2018-08-13 11:03:07 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-08-13 11:03:07 -0300 |
commit | 8185acbdb52edffd26c67011f227b4f080985fb3 (patch) | |
tree | b8bdf8730b6766de844fd2748c190fff28214315 /nonprism/icedove | |
parent | 4a2ab3f205ce2a228808bdc8ad90722743f9549f (diff) | |
download | abslibre-8185acbdb52edffd26c67011f227b4f080985fb3.tar.gz abslibre-8185acbdb52edffd26c67011f227b4f080985fb3.tar.bz2 abslibre-8185acbdb52edffd26c67011f227b4f080985fb3.zip |
Tweak and rebuild [icedove-nonprism] against icu 62
Diffstat (limited to 'nonprism/icedove')
-rw-r--r-- | nonprism/icedove/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD index b6dfed16d..22c5cb68e 100644 --- a/nonprism/icedove/PKGBUILD +++ b/nonprism/icedove/PKGBUILD @@ -21,7 +21,7 @@ _pkgname=thunderbird pkgname=icedove epoch=1 pkgver=52.7.0 -pkgrel=2 +pkgrel=3 pkgrel+=.nonprism1 _bver=52.1 _brel=1 @@ -33,7 +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') +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) |