summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDL6AKU2018-10-16 16:13:24 +0200
committerDL6AKU2018-10-16 16:13:24 +0200
commit2e81ae4d1e80438c01fd4020817bde77da774b3e (patch)
treeb6c9ec3a640893575f7f2af3ab67696eb3f2c6f8
parent727bcdebe9329669792f62bae8e84f3426ca2707 (diff)
downloadaur-2e81ae4d1e80438c01fd4020817bde77da774b3e.tar.gz
Updated to v0.27.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2c047963e6..8671459d24fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 27 09:30:41 UTC 2018
+# Tue Oct 16 14:13:19 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.1
- pkgrel = 3
+ pkgver = 0.27.0
+ pkgrel = 1
url = http://digint.ch/btrbk
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = btrbk
optdepends = openssh: remote backup support,
optdepends = pv: --progress support,
optdepends = mbuffer: add buffering to send-stream
- source = http://digint.ch/download/btrbk/releases/btrbk-0.26.1.tar.xz
- sha384sums = 20049877b61c5391e15d52a7d3f10cfb16fe41ec096c31b23d785083173379ce24e10e7677a16980c5ae03ed70b92894
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.27.0.tar.xz
+ sha384sums = 99613a528b5775ae57d54ba5ac3ecfdccbde3e45492f214ba442cff35579331b1b70d63fc203da0ec79944627b204cdf
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index d7007d2d3c49..af7099c3bc41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.26.1
-pkgrel=3
+pkgver=0.27.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')
@@ -18,4 +18,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('20049877b61c5391e15d52a7d3f10cfb16fe41ec096c31b23d785083173379ce24e10e7677a16980c5ae03ed70b92894')
+sha384sums=('99613a528b5775ae57d54ba5ac3ecfdccbde3e45492f214ba442cff35579331b1b70d63fc203da0ec79944627b204cdf')
+