From 42b1edecc739d8e4a0b2917db20d7e16d870695f Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 28 Oct 2022 18:38:41 -0400 Subject: [PATCH] duplicity: update to 1.0.1, adopt --- srcpkgs/duplicity/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 91672d3c15cb..876ad32c2d46 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,8 @@ # Template file for 'duplicity' pkgname=duplicity -version=0.8.23 -revision=2 +version=1.0.1 +revision=1 +wrksrc="duplicity-rel.${version}" build_style=python3-module hostmakedepends="gettext python3-setuptools_scm" makedepends="python3-devel librsync-devel" @@ -9,12 +10,12 @@ depends="python3-fasteners gnupg python3-future python3-urllib3" checkdepends="$depends python3-pytest python3-mock python3-pexpect tar par2cmdline" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" -maintainer="Orphaned " +maintainer="dkwo " license="GPL-2.0-or-later" homepage="https://duplicity.gitlab.io" changelog="${homepage}/vers8/CHANGELOG.html" -distfiles="https://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz" -checksum=b24aec0df4849a71de64b743fe9957f09bb80259898e455bdc612c78bdb374e2 +distfiles="https://gitlab.com/duplicity/duplicity/-/archive/rel.${version}/duplicity-rel.${version}.tar.gz" +checksum=38a63a85f3defce3c9082ab51bd925b30acce60698f535858388f9f3e6a7c5d8 duplicity-doc_package() { short_desc+=" - documentation"