summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParagoumba2024-01-13 18:52:14 +0100
committerParagoumba2024-01-13 18:52:14 +0100
commitf63756802947303510331e9b9f2311d89d1c00d2 (patch)
treeb3f1fb7e4041e524be8744d30deb4659e881518e /PKGBUILD
parent210392e88c93b8aa9f5e92b062e249da630d1f1b (diff)
downloadaur-f63756802947303510331e9b9f2311d89d1c00d2.tar.gz
Add qt6-svg as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef727e2fc490..cae1a25f4d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A GUI for BorgBackup"
arch=('any')
url="https://github.com/borgbase/vorta"
license=('GPL')
-depends=('borg' 'python-appdirs' 'python-pyqt6' 'python-peewee' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
+depends=('borg' 'python-appdirs' 'python-pyqt6' 'python-peewee' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools' 'qt6-svg')
makedepends=('qt6-tools'
'python-build'
'python-installer'