mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'
|
# 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue