From dcb23ab1fd9910f0b7d161072cc56b09cf419bab Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 31 May 2020 07:08:55 +0200 Subject: pcr/phantomjs: rebuilt for icu 67 --- pcr/phantomjs/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pcr/phantomjs') diff --git a/pcr/phantomjs/PKGBUILD b/pcr/phantomjs/PKGBUILD index c68031848..17319d7ad 100644 --- a/pcr/phantomjs/PKGBUILD +++ b/pcr/phantomjs/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer (AUR): Chih-Hsuan Yen +# Maintainer (AUR): Felix Golatofski +# Contributor (AUR): Chih-Hsuan Yen # Contributor (AUR): Felix Yan # Contributor (AUR): grimsock # Contributor (AUR): Dieter Plaetinck @@ -7,13 +8,12 @@ pkgname=phantomjs pkgver=2.1.1 -pkgrel=16 +pkgrel=17 pkgdesc='Headless WebKit with JavaScript API' url='http://www.phantomjs.org/' license=('BSD' 'LGPL' 'MIT') arch=('i686' 'x86_64' 'armv7h') depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2' 'openssl-1.0' 'mariadb-libs' 'libfbclient') -depends+=('icu>=65' 'icu<66') makedepends=('git') _qtbase_commit=b5cc0083a5766e773885e8dd624c51a967c17de0 _qtwebkit_commit=e7b74331d695bfa8b77e39cdc50fc2d84a49a22a @@ -57,6 +57,10 @@ build() { } package() { + local _icu_ver + _icu_ver=$(pacman -S --print-format='%v' icu) + depends+=("icu>=${_icu_ver}" "icu<$((${_icu_ver%%.*} + 1))") + cd $pkgname-$pkgver install -Dm755 bin/phantomjs "$pkgdir/usr/bin/phantomjs" -- cgit v1.2.3