duplicity: update to 0.6.24.

This commit is contained in:
wertyi48 2014-05-20 13:44:27 -03:00
parent f5716bfd9c
commit 829a97ab62

View file

@ -1,13 +1,13 @@
# Template file for 'duplicity' # Template file for 'duplicity'
pkgname=duplicity pkgname=duplicity
version=0.6.23 version=0.6.24
revision=2 revision=1
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz" distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
checksum="7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60" checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
build_style="python-module" build_style="python-module"
pycompile_module="duplicity" pycompile_module="duplicity"
hostmakedepends="python-devel" hostmakedepends="python-devel python-distribute"
makedepends="librsync-devel" makedepends="librsync-devel ${hostmakedepends}"
depends="python-lockfile" depends="python-lockfile"
maintainer="Steven R <dev@styez.com>" maintainer="Steven R <dev@styez.com>"
homepage="http://duplicity.nongnu.org/" homepage="http://duplicity.nongnu.org/"