summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2018-11-19 23:26:39 +0100
committerBjoern Franke2018-11-19 23:26:39 +0100
commit20e204fc27eea37262289fb75ee0ebac102b1f00 (patch)
tree2b44d2b94ba33c3c42c5bc09a48a5af8bf673116
parent20b4a4f92f8599dac55a5046d4b2b31762f04353 (diff)
downloadaur-20e204fc27eea37262289fb75ee0ebac102b1f00.tar.gz
fix deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d49d63a683df..4f6d50017003 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=('python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-sentry_sdk')
+depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-sentry_sdk')
makedepends=('python-pip')
options=(!emptydirs)
source=(https://pypi.io/packages/source/v/$pkgname/$pkgname-$pkgver.tar.gz)