summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey2017-08-01 19:02:40 +0400
committerAlexey2017-08-01 19:02:40 +0400
commit266ec683ae7e6c83f77724a620dc3d6a824ba47a (patch)
tree7f05024eaf8584e92c5d3b75d477022071b8f2db
parent58849840f0c0ff9577e31a69cd9598eda81ac63f (diff)
downloadaur-266ec683ae7e6c83f77724a620dc3d6a824ba47a.tar.gz
add dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb355678b76a..98d3e7924ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 09:31:28 UTC 2017
+# Tue Aug 1 15:02:27 UTC 2017
pkgbase = plantumlqeditor-git
pkgdesc = PlantUML QEditor is a simple editor written in Qt5 for PlantUML
pkgver = 2.1_20170801
@@ -10,6 +10,7 @@ pkgbase = plantumlqeditor-git
license = GPL3
depends = plantuml
depends = qt5-base
+ depends = qt5-webengine
depends = graphviz
source = git+https://github.com/jalbersol/plantumlqeditor.git
md5sums = SKIP
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