summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2019-10-28 17:19:19 +0100
committerMichael Düll2019-10-28 17:19:19 +0100
commitec3f6b50b1eb9cbade4c51c6caea498c9b8abbed (patch)
tree3e356efad60f82ff0e8d0fa3edfe21c56015308a
parentbdef30a5a7a5f00a74a04f902711b33e4096ceb3 (diff)
downloadaur-ec3f6b50b1eb9cbade4c51c6caea498c9b8abbed.tar.gz
Remove pv dependency.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec9fd44ad8b..0f17a7ecd682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Oct 26 13:26:23 UTC 2018
pkgbase = btrbk-git
pkgdesc = A 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.27.0.r0.gc59488f
- pkgrel = 2
+ pkgver = 0.29.0.r0.gb64ffba
+ pkgrel = 1
url = http://digint.ch/btrbk
arch = any
license = GPL3
@@ -12,8 +10,7 @@ pkgbase = btrbk-git
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
provides = btrbk
conflicts = btrbk
source = git+https://github.com/digint/btrbk.git
diff --git a/PKGBUILD b/PKGBUILD
index bd6f0ed825bb..391917859860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Duell < mail at akurei dot me >
# Contributor: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
pkgname=btrbk-git
-pkgver=0.27.0.r0.gc59488f
-pkgrel=2
+pkgver=0.29.0.r0.gb64ffba
+pkgrel=1
pkgdesc="A 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')
@@ -12,8 +12,7 @@ provides=('btrbk')
depends=('perl' 'btrfs-progs')
makedepends=('asciidoc' 'git')
optdepends=('openssh: remote backup support',
- 'pv: --progress support',
- 'mbuffer: add buffering to send-stream')
+ 'mbuffer: --progress support and add buffering to send-stream')
source=("git+https://github.com/digint/btrbk.git")
sha256sums=('SKIP')