summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2021-06-08 20:46:33 +0200
committerBjoern Franke2021-06-08 20:46:33 +0200
commitb634c6037de01a8969caf43d2282b083bfc5feeb (patch)
tree2df62f06ff8b07a50ee512594bc5d0a6782d1467 /PKGBUILD
parente46b2000ced29e49c08e79c0ed46f4fe9d8fe0c2 (diff)
downloadaur-b634c6037de01a8969caf43d2282b083bfc5feeb.tar.gz
update pyqt5 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aab05b44219..772228c1d085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=vorta
pkgver=0.7.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-secretstorage' 'python-psutil' 'python-llfuse' 'python-setuptools')
+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')
makedepends=('qt5-tools' 'python-pip')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/borgbase/$pkgname/archive/v$pkgver.tar.gz")