summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZes4Null2022-08-02 09:25:55 +0800
committerZes4Null2022-08-02 09:25:55 +0800
commitd216f428b8ace527005be48c31f00fed4cb06a1a (patch)
tree9a80cae4768de155534b44a5d3166bb04520127a /PKGBUILD
parent97ab6f7bcc9663f3b480f97ace18cfe369991532 (diff)
downloadaur-d216f428b8ace527005be48c31f00fed4cb06a1a.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'