summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2024-01-13 18:52:14 +0100
committerParagoumba2024-01-13 18:52:14 +0100
commitf63756802947303510331e9b9f2311d89d1c00d2 (patch)
treeb3f1fb7e4041e524be8744d30deb4659e881518e
parent210392e88c93b8aa9f5e92b062e249da630d1f1b (diff)
downloadaur-f63756802947303510331e9b9f2311d89d1c00d2.tar.gz
Add qt6-svg as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29b6f616a874..453a849a7eda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vorta
pkgdesc = A GUI for BorgBackup
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/borgbase/vorta
arch = any
license = GPL
@@ -19,6 +19,7 @@ pkgbase = vorta
depends = python-psutil
depends = python-llfuse
depends = python-setuptools
+ depends = qt6-svg
options = !emptydirs
source = vorta-0.9.1.tar.gz::https://github.com/borgbase/vorta/archive/v0.9.1.tar.gz
sha256sums = 0f627c2464bf1631711151464fe1ea59781f0c91a76cf5a081a5797a897f2929
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'