mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
borg: rebuild against liblz4
This commit is contained in:
parent
2e2d235772
commit
526765ba66
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'borg'
|
# Template file for 'borg'
|
||||||
pkgname=borg
|
pkgname=borg
|
||||||
version=1.1.5
|
version=1.1.5
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="borgbackup-${version}"
|
wrksrc="borgbackup-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
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"
|
depends="python3-llfuse python3-msgpack python3-setuptools"
|
||||||
pycompile_module="borg"
|
pycompile_module="borg"
|
||||||
short_desc="Deduplicating backup program with compression and encryption"
|
short_desc="Deduplicating backup program with compression and encryption"
|
||||||
|
|
Loading…
Add table
Reference in a new issue