summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey2017-08-01 19:10:28 +0400
committerAlexey2017-08-01 19:10:28 +0400
commit4b7bb361b110de846588e36f234f1c50e6fa6771 (patch)
tree2776b6f50c6159a19b950ee5800dfce991d3854a
parent266ec683ae7e6c83f77724a620dc3d6a824ba47a (diff)
downloadaur-4b7bb361b110de846588e36f234f1c50e6fa6771.tar.gz
remove dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d3e7924ce1..ab0c017fb29d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 15:02:27 UTC 2017
+# Tue Aug 1 15:10:22 UTC 2017
pkgbase = plantumlqeditor-git
pkgdesc = PlantUML QEditor is a simple editor written in Qt5 for PlantUML
pkgver = 2.1_20170801
@@ -10,7 +10,6 @@ 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 8d758e008bb0..f153da047571 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' 'qt5-webengine' 'graphviz')
+depends=('plantuml' 'qt5-base' 'graphviz')
source=('git+https://github.com/jalbersol/plantumlqeditor.git')
md5sums=('SKIP')
install="$pkgname".install