borg: rebuild against liblz4

This commit is contained in:
Alessio Sergi 2018-05-09 18:51:47 +02:00
parent 2e2d235772
commit 526765ba66
1 changed files with 2 additions and 2 deletions

View File

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