btrbk: update depends from pv to mbuffer

This commit is contained in:
Marcin Puc 2022-03-23 11:54:41 +01:00 committed by Piotr
parent eeb55a1956
commit 061fd6b23c

View file

@ -1,11 +1,11 @@
# Template file for 'btrbk'
pkgname=btrbk
version=0.31.3
revision=1
revision=2
build_style=gnu-makefile
make_install_args="BINDIR=/usr/bin"
hostmakedepends="ruby-asciidoctor"
depends="perl btrfs-progs openssh pv"
depends="perl btrfs-progs mbuffer openssh"
short_desc="Backup tool for btrfs subvolumes"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
@ -14,7 +14,3 @@ changelog=https://github.com/digint/btrbk/blob/master/ChangeLog
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
checksum=62f5494965dd594f81065e1ba17f9978d60343f72ee75ed18cda1a349cdda7d3
conf_files="/etc/btrbk/*"
post_install() {
rm -r $DESTDIR/usr/lib/systemd
}