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

Balló György bgyorgy at archlinux.org
Wed Jun 19 18:35:28 UTC 2019


    Date: Wednesday, June 19, 2019 @ 18:35:27
  Author: bgyorgy
Revision: 482422

upgpkg: deja-dup 40.1-2

Add python2-pydrive to dependencies for Google Drive support (FS#62437)

Modified:
  deja-dup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 18:08:25 UTC (rev 482421)
+++ PKGBUILD	2019-06-19 18:35:27 UTC (rev 482422)
@@ -2,16 +2,14 @@
 
 pkgname=deja-dup
 pkgver=40.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/DejaDup"
 license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'python2-gobject')
+depends=('duplicity' 'gnome-keyring' 'gnome-online-accounts' 'gvfs' 'python2-gobject' 'python2-pydrive')
 makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'nautilus' 'vala' git)
-optdepends=('gnome-keyring: save passwords'
-            'nautilus: backup extension'
-            'python2-boto: Amazon S3 and Google Cloud Storage backend')
+optdepends=('nautilus: backup extension')
 _commit=a44f15478e7ad8d02807b113a4d4f9490a27980e  # tags/40.1
 source=("git+https://gitlab.gnome.org/World/deja-dup.git#commit=$_commit")
 validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry



More information about the arch-commits mailing list