summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2019-01-15 19:14:59 +0100
committerBjoern Franke2019-01-15 19:14:59 +0100
commit3532113b972eb8dfe270cb3c522af11c068eec0c (patch)
treef4e5d47f8948e2614c675e9bf16840ddb880447f /PKGBUILD
parente1640d12fdf7482d3caa37a010d432936aed0ab5 (diff)
downloadaur-3532113b972eb8dfe270cb3c522af11c068eec0c.tar.gz
sentry dep removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bad6d9393fd3..bf976a8606bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bjoern Franke <bjo@nord-west.org>
pkgname=vorta
pkgver=0.6.5
-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-sentry_sdk' 'python-psutil' 'python-llfuse')
+depends=('borg' 'python-appdirs' 'python-apscheduler' 'python-pyqt5' 'python-peewee' 'python-paramiko' 'python-dateutil' 'python-keyring' 'python-psutil' 'python-llfuse')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/borgbase/$pkgname/archive/v$pkgver.zip"