summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2018-03-11 15:19:50 +0100
committerfunilrys2018-03-11 15:19:50 +0100
commit29940b45d7546876718fab4cf1e2067ffeb67423 (patch)
tree1da81db4d67d8fa26ee035fdef4dc3575fe7e50c /PKGBUILD
parent0165322da5b7b3b09ff217c10ec5e0cb57366110 (diff)
downloadaur-29940b45d7546876718fab4cf1e2067ffeb67423.tar.gz
Introduction of dialog into depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f2b20d02e2..6e3fdf97a4e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nissar Chababy <funilrys at outlook dot com>
_pkgname=backupninja
pkgname=$_pkgname-git
-pkgver=1.0.2.b0b492d
-pkgrel=2
+pkgver=1.0.2.14.ge0b4375
+pkgrel=1
pkgdesc="A centralized way to configure and schedule many different backup utilities"
arch=('any')
url="https://labs.riseup.net/code/projects/backupninja"
license=('GPL')
-depends=('bash')
+depends=('bash dialog')
makedepends=('git')
optdepends=('rdiff-backup: rdiff backups'
'gzip: compress backups'