summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2019-10-28 17:17:23 +0100
committerMichael Düll2019-10-28 17:17:23 +0100
commitd02ad540ddde3cef5784542bb62cbc2d9287c2f0 (patch)
tree4bf51cdfaa11df4e92e920886d74629c4f05572e
parent0b977e1823295514181a56b93d57cf16f22602b9 (diff)
downloadaur-d02ad540ddde3cef5784542bb62cbc2d9287c2f0.tar.gz
0.29.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7990cf1f078a..7ea9d510a82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.28.3
+ pkgver = 0.29.0
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -9,11 +9,10 @@ pkgbase = btrbk
depends = perl
depends = btrfs-progs
optdepends = openssh: remote backup support,
- optdepends = pv: --progress support,
- optdepends = mbuffer: add buffering to send-stream
+ optdepends = mbuffer: --progress support and add buffering to send-stream
conflicts = btrbk-git
- source = https://digint.ch/download/btrbk/releases/btrbk-0.28.3.tar.xz
- sha384sums = 5bbbb59ba1445aee4b0f4c4e64ee23186cc2b3c7f8a4ca280f047303aac7a208f8216e8a799556313eb94a136ce8fd1d
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.29.0.tar.xz
+ sha384sums = b7ab2b0a6cae76903a6805cfffbcb207ad2c62e8a12c232113d61939f8a3591729179606bfaf32b96387d1a0f33e71d8
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 2f8dd2a5f269..1d06fcf9d729 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.28.3
+pkgver=0.29.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="https://digint.ch/btrbk"
@@ -11,8 +11,7 @@ depends=('perl' 'btrfs-progs')
conflicts=('btrbk-git')
makedepends=('asciidoctor')
optdepends=('openssh: remote backup support',
- 'pv: --progress support',
- 'mbuffer: add buffering to send-stream')
+ 'mbuffer: --progress support and add buffering to send-stream')
source=("https://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
package() {
@@ -20,4 +19,4 @@ package() {
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('5bbbb59ba1445aee4b0f4c4e64ee23186cc2b3c7f8a4ca280f047303aac7a208f8216e8a799556313eb94a136ce8fd1d')
+sha384sums=('b7ab2b0a6cae76903a6805cfffbcb207ad2c62e8a12c232113d61939f8a3591729179606bfaf32b96387d1a0f33e71d8')