duplicity: update to 0.7.03. adopted.
This commit is contained in:
parent
0eeb328921
commit
47e26f5360
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.6.26
|
||||
version=0.7.03
|
||||
revision=1
|
||||
build_style="python-module"
|
||||
hostmakedepends="python-setuptools"
|
||||
|
@ -10,11 +10,11 @@ pycompile_module="duplicity"
|
|||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a
|
||||
checksum=dec756ebe6cd25a6a55d9f31954fd8e07f4502063e4e148bdde4b1b3b2ad4615
|
||||
|
||||
post_install() {
|
||||
# drop doc
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
# drop doc
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue