summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442018-10-14 11:45:35 +0200
committermarco442018-10-14 11:45:35 +0200
commitd36bb07b37f86edab14767ef47e985f3f5b25fc1 (patch)
tree1709843f8ec15080301ba05283aaec5bc3d8cab0
parente3ab1088bbf732953f8505be56a0c3de0ea9239e (diff)
downloadaur-d36bb07b37f86edab14767ef47e985f3f5b25fc1.tar.gz
Add qt5-webengine as dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4aee541276..abbf3a95d6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = algobox
license = GPLv2
depends = qt5-base
depends = qt5-webkit
+ depends = qt5-webengine
source = http://www.xm1math.net/algobox/algobox-1.0.2.tar.bz2
md5sums = c89783eaf926e67b570d37f87ab94c05
diff --git a/PKGBUILD b/PKGBUILD
index 9541b64f5d25..34cbccc0a98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Algorithmic learning for high school students"
url="http://www.xm1math.net/algobox/index.html"
arch=('x86_64' 'i686')
license=('GPLv2')
-depends=('qt5-base' 'qt5-webkit')
+depends=('qt5-base' 'qt5-webkit' 'qt5-webengine')
optdepends=()
makedepends=()
source=("http://www.xm1math.net/algobox/${pkgname}-${pkgver}.tar.bz2"