summaryrefslogtreecommitdiff
path: root/community/duplicity
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-01 03:35:09 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-01 03:35:09 +0000
commit2d8813df5b3f8a63835a228496f998914755d820 (patch)
tree13ff3124b8fcf9e0b34581dfb93555b6c5b7d741 /community/duplicity
parente7daa750c892363d7624ed0951bbb89ad71a3247 (diff)
Sat Feb 1 03:33:52 UTC 2014
Diffstat (limited to 'community/duplicity')
-rw-r--r--community/duplicity/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
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 <kaitocracy@gmail.com>
+# $Id: PKGBUILD 105117 2014-01-31 20:58:55Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
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() {