summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Duell2017-10-29 17:35:16 +0100
committerMichael Duell2017-10-29 17:35:16 +0100
commit2a1d3c1ebced0d5bbef6705162f3ba2ef79641d2 (patch)
tree9e3af1f75e691deb94f09279317dd2fac7791ba0
parent07545aaeb650d56cc5f37046fd5ad7893c787263 (diff)
downloadaur-2a1d3c1ebced0d5bbef6705162f3ba2ef79641d2.tar.gz
Updated to 0.26.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffe2320b708b..e28513118bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 20:41:22 UTC 2017
+# Sun Oct 29 16:33:48 UTC 2017
pkgbase = btrbk
pkgdesc = Backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations
- pkgver = 0.25.1
+ pkgver = 0.26.0
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
license = GPL3
+ makedepends = asciidoc
depends = perl
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
- source = http://digint.ch/download/btrbk/releases/btrbk-0.25.1.tar.xz
- sha384sums = f970842a90adb2fc6cc708cced5a09f96108b879eea2b40190155a85dcce6e316b0b341c722091b76d551560d638f49e
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.26.0.tar.xz
+ sha384sums = a8dea261e014d155361fcce5fbba75d69df13fcca5cabe181a82a39808a6b35a93e54ab39c52e4f400a3d17a0861a285
pkgname = btrbk
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')