mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.7.18.2
|
version=0.7.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="duplicity"
|
pycompile_module="duplicity"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel librsync-devel"
|
makedepends="python-devel librsync-devel"
|
||||||
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
|
|
||||||
depends="python-fasteners gnupg"
|
depends="python-fasteners gnupg"
|
||||||
|
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
|
||||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://duplicity.nongnu.org/"
|
homepage="http://duplicity.nongnu.org/"
|
||||||
changelog="http://duplicity.nongnu.org/CHANGELOG"
|
changelog="http://duplicity.nongnu.org/CHANGELOG"
|
||||||
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||||
checksum=c236888f43128e96cd33017b01a2855c0e24738195fed5cadad08c28fd6b6748
|
checksum=a6aa905a63df5101193d3e8fd4ffdf35acb9307b184ac7a9d68a76aaed6ce929
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
chmod 0644 bin/*.1
|
chmod 0644 bin/*.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue