diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 05:47:51 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 05:47:51 +0100 |
commit | 396e12602cffb6e51188db908a9671e3a0312649 (patch) | |
tree | bc80fe4c234fa1674c6adcc2fae84ce9daeefc55 /libre/icecat | |
parent | ac0cf48ecdee0aa50607326daf80f64af5dee9ce (diff) | |
download | abslibre-396e12602cffb6e51188db908a9671e3a0312649.tar.gz abslibre-396e12602cffb6e51188db908a9671e3a0312649.tar.bz2 abslibre-396e12602cffb6e51188db908a9671e3a0312649.zip |
libre/ice*, nonprism/ice*, unar: updated icu version on arm
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 86cabbd8d..ecb51d6f6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -24,7 +24,7 @@ license=(MPL GPL LGPL) depends=(alsa-lib dbus-glib desktop-file-utils ffmpeg gtk2 gtk3 hicolor-icon-theme 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_armv7d=(icu=58.2) +depends_armv7h=(icu=60.1) makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins python2 unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then |