borg: rebuild against OpenSSL
This commit is contained in:
parent
252ef1b2b5
commit
43b210813b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.1.15
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="borgbackup-${version}"
|
||||
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"
|
||||
depends="python3-llfuse python3-setuptools"
|
||||
short_desc="Deduplicating backup program with compression and encryption"
|
||||
|
|
Loading…
Reference in a new issue