From 93a7b280b3da442536397f53e532fff5ff54d362 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 13 Nov 2020 23:48:40 -0600 Subject: [PATCH] duplicity: update to 0.8.17 [ci skip] --- srcpkgs/duplicity/template | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index ff421ea456f..cf7e23094f6 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,7 @@ # Template file for 'duplicity' pkgname=duplicity -version=0.8.16 -revision=2 +version=0.8.17 +revision=1 build_style=python3-module hostmakedepends="gettext python3-setuptools" makedepends="python3-devel librsync-devel" @@ -12,19 +12,13 @@ license="GPL-2.0-or-later" homepage="http://duplicity.nongnu.org/" changelog="http://duplicity.nongnu.org/vers8/CHANGELOG" distfiles="http://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz" -checksum=2cfcd212834979751310d9df1a954b949f86b084efd5ad1f97dd744780ef9d1b +checksum=a273b1e74d8d0b7825572f51be9c8284e579961e01f4fc1473048e95dce49984 post_extract() { chmod 0644 bin/*.1 } -do_check() { - # Disable as tests don't work - # tests look for pytest,instead of pytest{2,3} - : -} - post_install() { - # drop doc - rm -rf ${DESTDIR}/usr/share/doc + # Remove docs + rm -rf usr/share/doc }