borg: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:47 +01:00
parent 252ef1b2b5
commit 43b210813b

View file

@ -1,10 +1,10 @@
# Template file for 'borg' # Template file for 'borg'
pkgname=borg pkgname=borg
version=1.1.15 version=1.1.15
revision=1 revision=2
wrksrc="borgbackup-${version}" wrksrc="borgbackup-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-devel libressl-devel" hostmakedepends="python3-setuptools python3-devel openssl-devel"
makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel" makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
depends="python3-llfuse python3-setuptools" depends="python3-llfuse python3-setuptools"
short_desc="Deduplicating backup program with compression and encryption" short_desc="Deduplicating backup program with compression and encryption"