summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-12-08 11:37:51 +0100
committerJose Riha2021-12-08 11:37:51 +0100
commit4b3bc3bd4235a9239e10383b1d7b23523f303cb9 (patch)
tree0f6f12042573c927cf6fa590f6fb5934e5176c98 /PKGBUILD
parent59b4658b205ec3581b1df9c318fa346c870ccc7e (diff)
downloadaur-vorta-git.tar.gz
Update and drop unneeded dep (thanks @lutoma)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2f69edeca7..b7a971b6ec27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vorta-git
_pkgname=vorta
-pkgver=r567.b2a08b9
+pkgver=r582.17eb71a
pkgrel=1
pkgdesc="A GUI for BorgBackup (git)"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/borgbase/vorta"
license=('GPL')
provides=('vorta')
conflicts=('vorta')
-depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
+depends=('borg' 'python-appdirs' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
makedepends=('qt5-tools' 'python-pip' 'git')
options=(!emptydirs)
source=("$pkgname"::"git+https://github.com/borgbase/${_pkgname}")