summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')