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

View file

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