summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01aba8cc2f8e..68953a4d1d91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = vorta
depends = python-keyring
depends = python-psutil
depends = python-llfuse
- depends = python-darkstyle
+ depends = python-qdarkstyle
options = !emptydirs
source = https://github.com/borgbase/vorta/archive/v0.6.6.zip
source = vorta32.png
diff --git a/PKGBUILD b/PKGBUILD
index d6c8fef544bf..9f7574227b7b 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-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-psutil' 'python-llfuse' 'python-darkstyle')
+depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-psutil' 'python-llfuse' 'python-qdarkstyle')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/borgbase/$pkgname/archive/v$pkgver.zip"