summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2021-01-19 06:04:42 +0100
committerOliver Jaksch2021-01-19 06:04:42 +0100
commitd0fa3ea1fa87cc5fd08e2946589c96294ee05f1b (patch)
tree2ab7674b2c017c1078bf77e8846d10ebcf0ebb6c
parent277e714f748782593738a85fe4e8f5af3405b6e0 (diff)
downloadaur-d0fa3ea1fa87cc5fd08e2946589c96294ee05f1b.tar.gz
Dependency of wget added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01d8effc58eb..182414444a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = https://github.com/MTrage/Borg-BackUP-GUI
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = borg-backup-gui-git
makedepends = git
depends = python-llfuse
depends = qt5-base
+ depends = wget
optdepends = adwaita-icon-theme
source = git+https://github.com/MTrage/Borg-BackUP-GUI.git
source = borg-backup-gui.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 84dc36e0c99e..a44ff38f319a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=borg-backup-gui-git
pkgver=332.3701ec4
-pkgrel=1
+pkgrel=2
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')
+depends=('python-llfuse' 'qt5-base' 'wget')
makedepends=('git')
optdepends=('adwaita-icon-theme')