diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/phantomjs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/phantomjs/PKGBUILD b/pcr/phantomjs/PKGBUILD index 3de8b5e56..c68031848 100644 --- a/pcr/phantomjs/PKGBUILD +++ b/pcr/phantomjs/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=16 pkgdesc='Headless WebKit with JavaScript API' url='http://www.phantomjs.org/' license=('BSD' 'LGPL' 'MIT') -arch=('i686' 'x86_64') +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') |