borg: rebuild against liblz4

This commit is contained in:
Alessio Sergi 2018-05-09 18:51:47 +02:00
parent 2e2d235772
commit 526765ba66

View file

@ -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"