aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2e8d2350a04..ea77e92271dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc='PlantUML QEditor is a simple editor written in Qt5 for PlantUML (vahanu
arch=('any')
url='https://github.com/cschlote/plantumlqeditor'
license=('GPL3')
-depends=('qt5-webengine' 'plantuml' 'qt5-base' 'graphviz')
+depends=(glibc qt5-base hicolor-icon-theme qt5-svg gcc-libs)
+optdepends=('plantuml' 'graphviz')
+makedepends=('git')
conflicts=('plantumlqeditor-git')
install="$pkgname".install
source=('git+https://github.com/cschlote/plantumlqeditor.git')