summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2021-06-21 09:08:35 +0200
committerBjoern Franke2021-06-21 09:08:35 +0200
commitde9b398e7c97e749eb5b1dc0d44aeff2dc8f2393 (patch)
tree8881499e1afc8dcd86299ff1ad773f14bc1d8393 /PKGBUILD
parentb634c6037de01a8969caf43d2282b083bfc5feeb (diff)
downloadaur-de9b398e7c97e749eb5b1dc0d44aeff2dc8f2393.tar.gz
0.7.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 772228c1d085..295ae91939d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=vorta
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
pkgdesc="A GUI for BorgBackup"
arch=('any')
url="https://github.com/borgbase/vorta"
license=('GPL')
-depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5<=5.15.3' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
+depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
makedepends=('qt5-tools' 'python-pip')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/borgbase/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('db2adab76ac46107976d3ef408e78ad5f7df13ee96fb25feb161fda155129670')
+sha256sums=('e7c9edf1cdd233bef5a327bf3bb729be91850c4a7136af1dcff2e8056a7e30e0')
build() {