summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2019-01-24 17:36:40 +0100
committerBjoern Franke2019-01-24 17:36:40 +0100
commit2c0ff52030e7c92b8704300f0c6cf7e37e874d79 (patch)
tree16129648aab262a94ffc162e1b3f00e12bf79a33
parent1686570b89d1a2ca502d739ca09a1e96af8b2d6c (diff)
downloadaur-2c0ff52030e7c92b8704300f0c6cf7e37e874d79.tar.gz
added python-darkstyle dep, thx to aps42
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b867330a9bb3..01aba8cc2f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vorta
pkgdesc = A GUI for BorgBackup
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/borgbase/vorta
arch = any
license = GPL
@@ -16,6 +16,7 @@ pkgbase = vorta
depends = python-keyring
depends = python-psutil
depends = python-llfuse
+ depends = python-darkstyle
options = !emptydirs
source = https://github.com/borgbase/vorta/archive/v0.6.6.zip
source = vorta32.png
diff --git a/PKGBUILD b/PKGBUILD
index c4c27d5d7b34..d6c8fef544bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bjoern Franke <bjo@nord-west.org>
pkgname=vorta
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
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')
+depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-psutil' 'python-llfuse' 'python-darkstyle')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/borgbase/$pkgname/archive/v$pkgver.zip"