aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Schlote2023-07-11 19:25:28 +0200
committerCarsten Schlote2023-07-11 19:25:28 +0200
commit4f768cfbe692979c3e3795cea28eb269ff8187d9 (patch)
tree8c0d5ae2240734a0727ffe54576c4c67d6e241b8
parent5031cd26a66bba6c7617d486e13a1534570bd356 (diff)
downloadaur-4f768cfbe692979c3e3795cea28eb269ff8187d9.tar.gz
Applied namcap and fixed up dependancies
-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')