summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-06 12:26:37 +0200
committerGoliathLabs2020-07-06 12:26:37 +0200
commit0748dd75a93e2054c364b8ebeeb4c94a6a7b82ca (patch)
tree5680bde7e3dc3f0fa28de0a80bc2adc484b216f5
parent313c3c3e73242bf2c17ce1b14c7e6dbfe1a9695a (diff)
downloadaur-0748dd75a93e2054c364b8ebeeb4c94a6a7b82ca.tar.gz
Added: missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce56841afc6..0d6f9eea71ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phantomjs
pkgdesc = Headless WebKit with JavaScript API
pkgver = 2.1.1
- pkgrel = 15
+ pkgrel = 16
url = http://www.phantomjs.org/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = phantomjs
depends = ruby
depends = python2
depends = openssl-1.0
+ depends = qt5-webkit
source = phantomjs-2.1.1.tar.gz::https://github.com/ariya/phantomjs/archive/2.1.1.tar.gz
source = https://deb.debian.org/debian/pool/main/p/phantomjs/phantomjs_2.1.1+dfsg-2.debian.tar.xz
source = fix-missing-webkit-include-files.patch
diff --git a/PKGBUILD b/PKGBUILD
index 510724f5b838..9bfded9067d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=phantomjs
pkgver=2.1.1
_debver=2.1.1+dfsg
_debrel=2
-pkgrel=15
+pkgrel=16
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' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2' 'openssl-1.0' 'qt5-webkit')
makedepends=('quilt')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ariya/phantomjs/archive/${pkgver}.tar.gz"
"https://deb.debian.org/debian/pool/main/p/phantomjs/phantomjs_$_debver-$_debrel.debian.tar.xz"