duplicity: update to 0.8.23, split subpkg, update homepage

This commit is contained in:
dkwo 2022-06-06 16:17:55 +02:00 committed by classabbyamp
parent 7ef52d0039
commit bd2e09e347
2 changed files with 13 additions and 9 deletions

1
srcpkgs/duplicity-doc Symbolic link
View file

@ -0,0 +1 @@
duplicity

View file

@ -1,7 +1,7 @@
# Template file for 'duplicity' # Template file for 'duplicity'
pkgname=duplicity pkgname=duplicity
version=0.8.20 version=0.8.23
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="gettext python3-setuptools_scm" hostmakedepends="gettext python3-setuptools_scm"
makedepends="python3-devel librsync-devel" makedepends="python3-devel librsync-devel"
@ -11,12 +11,15 @@ checkdepends="$depends python3-pytest python3-mock python3-pexpect
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://duplicity.nongnu.org/" homepage="https://duplicity.gitlab.io"
changelog="http://duplicity.nongnu.org/vers8/CHANGELOG.md" changelog="${homepage}/vers8/CHANGELOG.html"
distfiles="http://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz" distfiles="https://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=bbe4679d37cc5523c2302d6d7933d32f365f7c9aea7ffc7827c45e3b7b2d2234 checksum=b24aec0df4849a71de64b743fe9957f09bb80259898e455bdc612c78bdb374e2
post_install() { duplicity-doc_package() {
# drop doc short_desc+=" - documentation"
rm -rf ${DESTDIR}/usr/share/doc depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
} }