summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey2017-08-01 19:19:27 +0400
committerAlexey2017-08-01 19:19:27 +0400
commitcba0ae89d22ac0ca33687d74b14c7936eded591e (patch)
tree15a0785eab60fa3d853502a646436403df00b9b1
parent4b7bb361b110de846588e36f234f1c50e6fa6771 (diff)
downloadaur-cba0ae89d22ac0ca33687d74b14c7936eded591e.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 ab0c017fb29d..b81b4ef447ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 15:10:22 UTC 2017
+# Tue Aug 1 15:18:43 UTC 2017
pkgbase = plantumlqeditor-git
pkgdesc = PlantUML QEditor is a simple editor written in Qt5 for PlantUML
pkgver = 2.1_20170801
@@ -8,6 +8,7 @@ pkgbase = plantumlqeditor-git
install = plantumlqeditor-git.install
arch = any
license = GPL3
+ depends = qt5-webengine
depends = plantuml
depends = qt5-base
depends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index f153da047571..1dbaa2ed3f27 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=('qt5-webengine' 'plantuml' 'qt5-base' 'graphviz')
source=('git+https://github.com/jalbersol/plantumlqeditor.git')
md5sums=('SKIP')
install="$pkgname".install