[arch-commits] Commit in duplicity/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at nymeria.archlinux.org
Fri Jan 31 20:58:38 UTC 2014
Date: Friday, January 31, 2014 @ 21:58:38
Author: lfleischer
Revision: 105116
upgpkg: duplicity 0.6.23-2
Add missing dependency (python2-lockfile).
Modified:
duplicity/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-31 20:38:36 UTC (rev 105115)
+++ PKGBUILD 2014-01-31 20:58:38 UTC (rev 105116)
@@ -5,12 +5,12 @@
pkgname=duplicity
pkgver=0.6.23
-pkgrel=1
+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'
More information about the arch-commits
mailing list