From cb2a1951e9cd1de18c0ab88c9d741e91a423fc36 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Sep 2011 23:14:53 +0000 Subject: Fri Sep 23 23:14:53 UTC 2011 --- community/duplicity/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/duplicity/PKGBUILD') diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index e8278a4e0..1d03ff210 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43020 2011-03-23 21:31:21Z kchen $ +# $Id: PKGBUILD 55816 2011-09-22 11:26:50Z lfleischer $ # Maintainer: Kaiting Chen # Contributor: Aaron Schaefer pkgname=duplicity -pkgver=0.6.12 +pkgver=0.6.15 pkgrel=1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python-boto' 'python-gnupginterface') source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('9b84c984054550bbb2ba29b553567b7b') +md5sums=('88f3c990f41fde86cd7d5af5a1bc7b81') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf