summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey2017-08-01 19:02:40 +0400
committerAlexey2017-08-01 19:02:40 +0400
commit266ec683ae7e6c83f77724a620dc3d6a824ba47a (patch)
tree7f05024eaf8584e92c5d3b75d477022071b8f2db /PKGBUILD
parent58849840f0c0ff9577e31a69cd9598eda81ac63f (diff)
downloadaur-266ec683ae7e6c83f77724a620dc3d6a824ba47a.tar.gz
add dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f153da047571..8d758e008bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='PlantUML QEditor is a simple editor written in Qt5 for PlantUML'
arch=('any')
url='https://github.com/jalbersol/plantumlqeditor'
license=('GPL3')
-depends=('plantuml' 'qt5-base' 'graphviz')
+depends=('plantuml' 'qt5-base' 'qt5-webengine' 'graphviz')
source=('git+https://github.com/jalbersol/plantumlqeditor.git')
md5sums=('SKIP')
install="$pkgname".install