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

Lukas Fleischer lfleischer at archlinux.org
Wed Jan 15 07:58:34 UTC 2020


    Date: Wednesday, January 15, 2020 @ 07:58:33
  Author: lfleischer
Revision: 552599

upgpkg: duplicity 0.8.09-2: update dependencies

Modified:
  duplicity/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 07:42:35 UTC (rev 552598)
+++ PKGBUILD	2020-01-15 07:58:33 UTC (rev 552599)
@@ -4,21 +4,21 @@
 
 pkgname=duplicity
 pkgver=0.8.09
-pkgrel=1
+pkgrel=2
 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' 'python2-paramiko' 'python2-fasteners')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners')
 makedepends=('python2-setuptools')
 optdepends=('lftp: backend for ftp, ftps, fish'
             'ncftp: alternative backend for ftp'
-            'python2-boto: Amazon S3 and Google Cloud Storage backend'
-            'python2-dropbox: Dropbox backend'
-            'python2-gobject: GIO backend'
+            'python-boto: Amazon S3 and Google Cloud Storage backend'
+            'python-dropbox: Dropbox backend'
+            'python-gobject: GIO backend'
             'gvfs: GIO backend'
-            'python2-pydrive: Google Drive backend'
-            'python2-requests-oauthlib: OneDrive backend'
+            'python-pydrive: Google Drive backend'
+            'python-requests-oauthlib: OneDrive backend'
             'rsync: rsync backend')
 source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('8039afce2b0eba01718e3641bed6561f'



More information about the arch-commits mailing list