borg: update to 1.1.10.

This commit is contained in:
Leah Neukirchen 2019-05-16 12:28:36 +02:00
parent 013126d6cc
commit 12bd442f2b

View file

@ -1,12 +1,12 @@
# Template file for 'borg'
pkgname=borg
version=1.1.9
version=1.1.10
revision=1
wrksrc="borgbackup-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel libressl-devel"
makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
depends="python3-llfuse python3-msgpack python3-setuptools"
depends="python3-llfuse python3-setuptools"
pycompile_module="borg"
short_desc="Deduplicating backup program with compression and encryption"
maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -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=7d0ff84e64c4be35c43ae2c047bb521a94f15b278c2fe63b43950c4836b42575
checksum=efb41416d24ff1d13c7952c7f4eaf41ef6fc5e1000354217db55cd62c905e7de
export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@ -26,8 +26,6 @@ pre_build() {
-e '/use_scm_version=/,+2d' \
-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
}
post_install() {
vlicense LICENSE