summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Duell2017-10-29 17:35:16 +0100
committerMichael Duell2017-10-29 17:35:16 +0100
commit2a1d3c1ebced0d5bbef6705162f3ba2ef79641d2 (patch)
tree9e3af1f75e691deb94f09279317dd2fac7791ba0 /PKGBUILD
parent07545aaeb650d56cc5f37046fd5ad7893c787263 (diff)
downloadaur-2a1d3c1ebced0d5bbef6705162f3ba2ef79641d2.tar.gz
Updated to 0.26.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d3f8e1dd997..183bfafeb67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.25.1
+pkgver=0.26.0
pkgrel=1
pkgdesc="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"
arch=('any')
license=('GPL3')
depends=('perl' 'btrfs-progs')
+makedepends=('asciidoc')
optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("http://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
@@ -16,4 +17,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('f970842a90adb2fc6cc708cced5a09f96108b879eea2b40190155a85dcce6e316b0b341c722091b76d551560d638f49e')
+sha384sums=('a8dea261e014d155361fcce5fbba75d69df13fcca5cabe181a82a39808a6b35a93e54ab39c52e4f400a3d17a0861a285')