diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-04-10 16:27:54 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-04-10 16:29:02 -0400 |
commit | 67be456b88c75c785d1e51d3e0038d4314a60171 (patch) | |
tree | e4d25b74be25b26d69f0d50a21600eb72def6b2d /pcr/phantomjs/PKGBUILD | |
parent | e0ac66f489a2fb44d801764245d5d2aa9c9f3593 (diff) | |
download | abslibre-67be456b88c75c785d1e51d3e0038d4314a60171.tar.gz abslibre-67be456b88c75c785d1e51d3e0038d4314a60171.tar.bz2 abslibre-67be456b88c75c785d1e51d3e0038d4314a60171.zip |
[phantomjs] rebuild against icu v64
Diffstat (limited to 'pcr/phantomjs/PKGBUILD')
-rw-r--r-- | pcr/phantomjs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/phantomjs/PKGBUILD b/pcr/phantomjs/PKGBUILD index 2bb91925d..15fa43d63 100644 --- a/pcr/phantomjs/PKGBUILD +++ b/pcr/phantomjs/PKGBUILD @@ -7,13 +7,13 @@ pkgname=phantomjs pkgver=2.1.1 -pkgrel=14 +pkgrel=15 pkgdesc='Headless WebKit with JavaScript API' url='http://www.phantomjs.org/' license=('BSD' 'LGPL' 'MIT') arch=('i686' 'x86_64') depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2' 'openssl-1.0') -depends+=('icu>=63' 'icu<64') +depends+=('icu>=64' 'icu<65') makedepends=('git') _qtbase_commit=b5cc0083a5766e773885e8dd624c51a967c17de0 _qtwebkit_commit=e7b74331d695bfa8b77e39cdc50fc2d84a49a22a |