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

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 16 15:09:21 UTC 2020


    Date: Thursday, January 16, 2020 @ 15:09:21
  Author: lfleischer
Revision: 552773

upgpkg: duplicity 0.8.09-4: add python-future dependency (fixes FS#65177)

Modified:
  duplicity/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 14:25:13 UTC (rev 552772)
+++ PKGBUILD	2020-01-16 15:09:21 UTC (rev 552773)
@@ -4,12 +4,12 @@
 
 pkgname=duplicity
 pkgver=0.8.09
-pkgrel=3
+pkgrel=4
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
 arch=('x86_64')
 url='https://www.nongnu.org/duplicity/'
 license=('GPL')
-depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 'python-future')
 makedepends=('python-setuptools')
 optdepends=('lftp: backend for ftp, ftps, fish'
             'ncftp: alternative backend for ftp'



More information about the arch-commits mailing list