summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZes4Null2022-08-02 09:25:55 +0800
committerZes4Null2022-08-02 09:25:55 +0800
commitd216f428b8ace527005be48c31f00fed4cb06a1a (patch)
tree9a80cae4768de155534b44a5d3166bb04520127a
parent97ab6f7bcc9663f3b480f97ace18cfe369991532 (diff)
downloadaur-d216f428b8ace527005be48c31f00fed4cb06a1a.tar.gz
add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd513b17d20..b37657506f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = qucs-s
makedepends = bison
makedepends = qt5-tools
makedepends = qt5-script
+ makedepends = qt5-svg
depends = qt5-base
optdepends = ngspice: recommended simulation backend
optdepends = qucs: for Qucsator simulation backend
diff --git a/PKGBUILD b/PKGBUILD
index 6291b72391eb..1d38f1bf4c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://ra3xdh.github.io"
license=('GPL')
options=(!makeflags)
depends=('qt5-base')
-makedepends=('cmake' 'autoconf' 'automake' 'perl-gd' 'perl-xml-libxml' 'gperf' 'libtool' 'flex' 'bison' 'qt5-tools' 'qt5-script')
+makedepends=('cmake' 'autoconf' 'automake' 'perl-gd' 'perl-xml-libxml' 'gperf' 'libtool' 'flex' 'bison' 'qt5-tools' 'qt5-script' 'qt5-svg')
optdepends=('ngspice: recommended simulation backend'
'qucs: for Qucsator simulation backend'
'freehdl: to permit digital circuit simulation'