From 2d8813df5b3f8a63835a228496f998914755d820 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 1 Feb 2014 03:35:09 +0000 Subject: Sat Feb 1 03:33:52 UTC 2014 --- community/duplicity/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'community/duplicity') diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index 9705c7d36..b26a94b8b 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 96719 2013-09-03 12:45:13Z lfleischer $ -# Maintainer: Kaiting Chen +# $Id: PKGBUILD 105117 2014-01-31 20:58:55Z lfleischer $ +# Maintainer: Lukas Fleischer +# Contributor: Kaiting Chen # Contributor: Aaron Schaefer pkgname=duplicity -pkgver=0.6.22 -pkgrel=1 +pkgver=0.6.23 +pkgrel=2 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' arch=('i686' 'x86_64') url='http://www.nongnu.org/duplicity/' license=('GPL') -depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko') +depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile') optdepends=('lftp: FTPS backend' 'python2-boto: Amazon S3 backend' 'python2-gobject: GIO backend' @@ -19,7 +20,7 @@ optdepends=('lftp: FTPS backend' 'python2-oauthlib: Ubuntu One backend' 'rsync: rsync backend') source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('5b035359a6bb7b2f3f3b9829c6c071e1' +md5sums=('ae0e84446bcf114735de1057ed53c977' 'SKIP') build() { -- cgit v1.2.3-54-g00ecf