[arch-commits] Commit in duplicity/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Jun 17 15:11:13 UTC 2017


    Date: Saturday, June 17, 2017 @ 15:11:12
  Author: lfleischer
Revision: 237943

upgpkg: duplicity 0.7.13-2

Add python2-fasteners dependency (fixes FS#54461).

Modified:
  duplicity/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-17 15:10:21 UTC (rev 237942)
+++ PKGBUILD	2017-06-17 15:11:12 UTC (rev 237943)
@@ -4,12 +4,12 @@
 
 pkgname=duplicity
 pkgver=0.7.13
-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' 'python2-lockfile')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
 makedepends=('python2-setuptools')
 optdepends=('lftp: FTPS backend'
             'python2-boto: Amazon S3 and Google Cloud Storage backend'
@@ -35,7 +35,7 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
+
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   # fix broken documentation permissions until upstream does (FS#27301)



More information about the arch-commits mailing list