summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2018-03-21 17:12:26 +0100
committerMichael Düll2018-03-21 17:12:26 +0100
commit31463e6522fad33fb73ba8b5af92edb27b5a93b4 (patch)
treefdca69c71e98e0c14ef485882ffc89ffcf4e3157
parent2a1d3c1ebced0d5bbef6705162f3ba2ef79641d2 (diff)
downloadaur-31463e6522fad33fb73ba8b5af92edb27b5a93b4.tar.gz
0.26.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28513118bcf..628500601e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 29 16:33:48 UTC 2017
+# Wed Mar 21 16:12:05 UTC 2018
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.26.0
+ pkgver = 0.26.1
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
@@ -12,8 +12,8 @@ pkgbase = btrbk
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
- source = http://digint.ch/download/btrbk/releases/btrbk-0.26.0.tar.xz
- sha384sums = a8dea261e014d155361fcce5fbba75d69df13fcca5cabe181a82a39808a6b35a93e54ab39c52e4f400a3d17a0861a285
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.26.1.tar.xz
+ sha384sums = 20049877b61c5391e15d52a7d3f10cfb16fe41ec096c31b23d785083173379ce24e10e7677a16980c5ae03ed70b92894
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 183bfafeb67b..0ad5ec346a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.26.0
+pkgver=0.26.1
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"
@@ -17,4 +17,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('a8dea261e014d155361fcce5fbba75d69df13fcca5cabe181a82a39808a6b35a93e54ab39c52e4f400a3d17a0861a285')
+sha384sums=('20049877b61c5391e15d52a7d3f10cfb16fe41ec096c31b23d785083173379ce24e10e7677a16980c5ae03ed70b92894')