summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2019-01-24 17:38:16 +0100
committerBjoern Franke2019-01-24 17:38:16 +0100
commit76f70974700435e3324a52270f2b6f60103c319b (patch)
treecc3404137173afae1d210a9f50e55303ebdc8748
parent2c0ff52030e7c92b8704300f0c6cf7e37e874d79 (diff)
downloadaur-76f70974700435e3324a52270f2b6f60103c319b.tar.gz
missing q
-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"