summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-20 16:48:36 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-20 16:54:41 +0100
commit9cd735f0479c8df93e30097938611cd164a7cf2a (patch)
treec19a744994321299ce6363c493902a66684ab94a /nonprism
parent898b0be863509bc7d8cc8c6d7c4aff621a6b3568 (diff)
libre/ice*, nonprism/ice*: updated against new icu
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/icedove/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD
index d7216dc2b..67fb30db0 100644
--- a/nonprism/icedove/PKGBUILD
+++ b/nonprism/icedove/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=icedove
epoch=1
pkgver=52.4.0
-pkgrel=1.nonprism1
+pkgrel=2.nonprism1
_brandingver=52.1
_brandingrel=1
@@ -19,7 +19,10 @@ pkgdesc="Icedove, the libre standalone mail and news reader based on Mozilla Thu
url="https://wiki.parabola.nu/$pkgname"
license=(MPL GPL LGPL)
-depends=(alsa-lib dbus-glib gtk2 gtk3 hunspell icu=59.1 libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font)
+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_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)
makedepends_x86_64=("${makedepends_i686[@]}")