From 47e26f5360b48408a3d86faedfeebbc79e4f571c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 23 May 2015 15:49:57 +0200 Subject: [PATCH] duplicity: update to 0.7.03. adopted. --- srcpkgs/duplicity/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 63316edf4e..681d751be0 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,6 +1,6 @@ # Template file for 'duplicity' pkgname=duplicity -version=0.6.26 +version=0.7.03 revision=1 build_style="python-module" hostmakedepends="python-setuptools" @@ -10,11 +10,11 @@ pycompile_module="duplicity" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" homepage="http://duplicity.nongnu.org/" license="GPL-2" -maintainer="Juan RP " +maintainer="Christian Neukirchen " distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz" -checksum=8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a +checksum=dec756ebe6cd25a6a55d9f31954fd8e07f4502063e4e148bdde4b1b3b2ad4615 post_install() { - # drop doc - rm -rf ${DESTDIR}/usr/share/doc + # drop doc + rm -rf ${DESTDIR}/usr/share/doc }