borg: update to 1.1.6
This commit is contained in:
parent
a850b6e42a
commit
fe17657963
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.1.5
|
||||
revision=5
|
||||
version=1.1.6
|
||||
revision=1
|
||||
wrksrc="borgbackup-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel libressl-devel"
|
||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://borgbackup.github.io/"
|
||||
_changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
|
||||
distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
|
||||
checksum=4356e6c712871f389e3cb1d6382e341ea635f9e5c65de1cd8fcd103d0fb66d3d
|
||||
checksum=a1d2e474c85d3ad3d59b3f8209b5549653c88912082ea0159d27a2e80c910930
|
||||
|
||||
export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
|
||||
export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
|
||||
|
@ -27,7 +27,7 @@ pre_build() {
|
|||
-e "/name=/ a\
|
||||
version='${version}',"
|
||||
# python-msgpack had a name transition from python-msgpack to msgpack
|
||||
sed -i "s/msgpack-python>=.*/msgpack',/g" setup.py
|
||||
sed -i "s/msgpack-python.*/msgpack',/g" setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue