duplicity: add gnupg runtime dependency; fix license
This commit is contained in:
parent
b32db33430
commit
d385dc4a6b
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.7.18.1
|
||||
revision=2
|
||||
revision=3
|
||||
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"
|
||||
pycompile_module="duplicity"
|
||||
depends="python-fasteners gnupg"
|
||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
_changelog="http://duplicity.nongnu.org/CHANGELOG"
|
||||
license="GPL-2"
|
||||
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=c935019ed953e4767df8d39765c4dd41198709a14668e823e2e9e3e20710809d
|
||||
|
||||
|
|
Loading…
Reference in New Issue