borg: rebuild against liblz4
This commit is contained in:
parent
2e2d235772
commit
526765ba66
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.1.5
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="borgbackup-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
||||
makedepends="${hostmakedepends/python3-setuptools/} acl-devel lz4-devel"
|
||||
makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel"
|
||||
depends="python3-llfuse python3-msgpack python3-setuptools"
|
||||
pycompile_module="borg"
|
||||
short_desc="Deduplicating backup program with compression and encryption"
|
||||
|
|
Loading…
Reference in New Issue