diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-21 23:30:39 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-21 23:31:09 +0100 |
commit | 7ddd6e53cf61771c8054790a122dc8b770d6ea34 (patch) | |
tree | 7c2e753f74571f3d037a220d21380997cfd4f8d0 /libre/icedove | |
parent | 37b026b2e98264c5936ab1640cbeb542a37e7fbd (diff) | |
download | abslibre-7ddd6e53cf61771c8054790a122dc8b770d6ea34.tar.gz abslibre-7ddd6e53cf61771c8054790a122dc8b770d6ea34.tar.bz2 abslibre-7ddd6e53cf61771c8054790a122dc8b770d6ea34.zip |
libre/ice*, nonprism/ice*: updated i686 against updated icu
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 943db66a4..ddaab86dd 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -9,7 +9,7 @@ pkgname=icedove epoch=1 pkgver=52.4.0 -pkgrel=2 +pkgrel=3 _brandingver=52.1 _brandingrel=1 @@ -21,7 +21,7 @@ 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=59.1) +depends_i686=(icu=60.1) depends_armv7d=(icu=58.2) makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) makedepends_i686=(cargo) |