summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Duell2017-10-29 17:38:37 +0100
committerMichael Duell2017-10-29 17:38:37 +0100
commit477edb83af32e5889054bd7e79b341e51d8d6cdd (patch)
tree68d1c9a653effd5b7d49ab166bc469ae6658d52a /PKGBUILD
parent4ecae1e135e21909075b191d66a739c6a9d93c5d (diff)
downloadaur-477edb83af32e5889054bd7e79b341e51d8d6cdd.tar.gz
Added asciidoc dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97d03fbd585e..ab5761a7e4b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
pkgname=btrbk-git
-pkgver=v0.25.0.r12.gb891617
+pkgver=v0.26.0.r4.g57bc86b
pkgrel=1
pkgdesc="A backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations."
url="http://digint.ch/btrbk"
@@ -8,6 +8,7 @@ arch=('any')
license=('GPL3')
conflicts=('btrbk')
depends=('perl' 'perl-date-calc' 'btrfs-progs')
+makedepends=('asciidoc')
optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("git+https://github.com/digint/btrbk.git")