borg: update to 1.0.6.

This commit is contained in:
Christian Neukirchen 2016-07-16 16:48:50 +02:00
parent ef25a2bf8f
commit 78a9e50db9
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'borg' # Template file for 'borg'
pkgname=borg pkgname=borg
version=1.0.5 version=1.0.6
revision=1 revision=1
wrksrc="borgbackup-$version" wrksrc="borgbackup-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel
python3.4-Sphinx python3.4-sphinx_rtd_theme" python3.4-Sphinx python3.4-sphinx_rtd_theme"
@ -16,7 +16,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD" license="BSD"
homepage="https://borgbackup.github.io/" homepage="https://borgbackup.github.io/"
distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz" distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
checksum=a5cfbe7846962405265f74ec3ee352ee4d985e308b6749acdfe88f754fe12777 checksum=b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then