bup: update to 0.33.4.

add missing dependencies

fixes #52763
This commit is contained in:
classabbyamp 2024-10-26 13:52:56 -04:00 committed by classabbyamp
parent f7caa66f0c
commit cc52e9befe
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'bup'
pkgname=bup
version=0.33
revision=2
version=0.33.4
revision=1
build_style=configure
hostmakedepends="python3 perl git pandoc"
makedepends="python3-devel"
checkdepends="python3-pytest tar rsync"
hostmakedepends="pkg-config python3 perl git pandoc"
makedepends="python3-devel readline-devel acl-devel"
depends="python3-pyxattr python3-fuse par2cmdline"
checkdepends="python3-pytest tar rsync mdocml"
short_desc="Backup system based on the git packfile format"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.0-only"
homepage="https://github.com/bup/bup"
distfiles="https://github.com/bup/bup/archive/${version}.tar.gz"
checksum=2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9
checksum=f51284f2cb24aa653288f05aad32d6ec6ebb9546143ed7c588d40ba82f24b79a
python_version=3
nocross=yes