btrbk: update depends from pv to mbuffer
This commit is contained in:
parent
eeb55a1956
commit
061fd6b23c
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'btrbk'
|
# Template file for 'btrbk'
|
||||||
pkgname=btrbk
|
pkgname=btrbk
|
||||||
version=0.31.3
|
version=0.31.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="BINDIR=/usr/bin"
|
make_install_args="BINDIR=/usr/bin"
|
||||||
hostmakedepends="ruby-asciidoctor"
|
hostmakedepends="ruby-asciidoctor"
|
||||||
depends="perl btrfs-progs openssh pv"
|
depends="perl btrfs-progs mbuffer openssh"
|
||||||
short_desc="Backup tool for btrfs subvolumes"
|
short_desc="Backup tool for btrfs subvolumes"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
distfiles="http://digint.ch/download/btrbk/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=62f5494965dd594f81065e1ba17f9978d60343f72ee75ed18cda1a349cdda7d3
|
checksum=62f5494965dd594f81065e1ba17f9978d60343f72ee75ed18cda1a349cdda7d3
|
||||||
conf_files="/etc/btrbk/*"
|
conf_files="/etc/btrbk/*"
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -r $DESTDIR/usr/lib/systemd
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue