summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 182414444a13..dc92440a8ca2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = borg-backup-gui-git
pkgdesc = Borg BackUP GUI can be used by new Borg users to get to their destination very quickly.
- pkgver = 332.3701ec4
- pkgrel = 2
+ pkgver = 336.1bbdb50
+ pkgrel = 1
url = https://github.com/MTrage/Borg-BackUP-GUI
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ depends = borg
depends = python-llfuse
depends = qt5-base
depends = wget
diff --git a/PKGBUILD b/PKGBUILD
index a44ff38f319a..d493c0a4f93d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=borg-backup-gui-git
-pkgver=332.3701ec4
-pkgrel=2
+pkgver=336.1bbdb50
+pkgrel=1
pkgdesc="Borg BackUP GUI can be used by new Borg users to get to their destination very quickly."
url="https://github.com/MTrage/Borg-BackUP-GUI"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('python-llfuse' 'qt5-base' 'wget')
+depends=('borg' 'python-llfuse' 'qt5-base' 'wget')
makedepends=('git')
optdepends=('adwaita-icon-theme')