diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 63316edf4e2..681d751be0d 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 }