diff options
author | Freemor <freemor@freemor.ca> | 2018-08-14 12:23:22 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-08-14 12:23:22 -0300 |
commit | 505bb3fb94d32b5189ab552de9156a9d87ff2bf0 (patch) | |
tree | b039844975010ca8acc4af5818c2b73a115ba6df /libre/iceape | |
parent | 909fdd411d5988e7e6fb9f8ae29b021c342689a9 (diff) | |
download | abslibre-505bb3fb94d32b5189ab552de9156a9d87ff2bf0.tar.gz abslibre-505bb3fb94d32b5189ab552de9156a9d87ff2bf0.tar.bz2 abslibre-505bb3fb94d32b5189ab552de9156a9d87ff2bf0.zip |
rebuild [iceape] against icu 62
Diffstat (limited to 'libre/iceape')
-rw-r--r-- | libre/iceape/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceape/PKGBUILD b/libre/iceape/PKGBUILD index 5a490e21c..574453b60 100644 --- a/libre/iceape/PKGBUILD +++ b/libre/iceape/PKGBUILD @@ -8,7 +8,7 @@ _pkgname=seamonkey pkgname=iceape epoch=1 pkgver=2.49.2 -pkgrel=1 +pkgrel=2 _bver=2.48 _brel=1 pkgdesc="Iceape, the libre internet suite based on SeaMonkey." @@ -16,7 +16,7 @@ arch=('x86_64') arch+=('i686' 'armv7h') license=('MPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'gtk3' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification' 'libpulse' 'icu' 'gconf') -depends+=('icu>=61' 'icu<62') +depends+=('icu>=62' 'icu<63') makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base') makedepends+=('mozilla-searchplugins' 'quilt') optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing' |