duplicity: update to 0.7.19.
This commit is contained in:
parent
41722265bd
commit
e6ea35b32a
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.7.18.2
|
||||
version=0.7.19
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
pycompile_module="duplicity"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel librsync-devel"
|
||||
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
|
||||
depends="python-fasteners gnupg"
|
||||
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
|
||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
changelog="http://duplicity.nongnu.org/CHANGELOG"
|
||||
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=c236888f43128e96cd33017b01a2855c0e24738195fed5cadad08c28fd6b6748
|
||||
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=a6aa905a63df5101193d3e8fd4ffdf35acb9307b184ac7a9d68a76aaed6ce929
|
||||
|
||||
post_extract() {
|
||||
chmod 0644 bin/*.1
|
||||
|
|
Loading…
Reference in a new issue