diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-12-18 09:03:54 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-12-18 09:05:14 +0100 |
commit | 9817e6cc2aa214f4ee97f2d592bba4eeb151f08f (patch) | |
tree | c76fcc4246d143a66528f25c1eb5cd5670f8af9b /libre/icedove/PKGBUILD | |
parent | c59950b2af23752d7da9286777f4c6ecb919ce85 (diff) | |
download | abslibre-9817e6cc2aa214f4ee97f2d592bba4eeb151f08f.tar.gz abslibre-9817e6cc2aa214f4ee97f2d592bba4eeb151f08f.tar.bz2 abslibre-9817e6cc2aa214f4ee97f2d592bba4eeb151f08f.zip |
libre/ice*, libre/unar, nonprism/icedove: updated icu dependencies and rebuilt
Diffstat (limited to 'libre/icedove/PKGBUILD')
-rw-r--r-- | libre/icedove/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index e9d9d2567..6b34cd70f 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -9,7 +9,7 @@ pkgname=icedove epoch=1 pkgver=52.5.0 -pkgrel=3 +pkgrel=4 _brandingver=52.1 _brandingrel=1 arch=(i686 x86_64 armv7h) @@ -19,9 +19,9 @@ url="https://wiki.parabola.nu/$pkgname" license=(MPL GPL LGPL) depends=(alsa-lib dbus-glib gtk2 gtk3 hunspell libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) -depends_x86_64=(icu=60.1) -depends_i686=(icu=60.1) -depends_armv7h=(icu=60.1) +depends_x86_64=("icu>=60" "icu<61") +depends_i686=("icu>=60" "icu<61") +depends_armv7h=("icu>=60" "icu<61") makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) makedepends_i686=(cargo) makedepends_x86_64=("${makedepends_i686[@]}") |