George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
duplicity
Commits:
88b56289 by George Rawlinson at 2025-12-09T23:25:09+00:00
upgpkg: 3.0.6.3-2
move python-pexpect from checkdeps to deps.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = duplicity
pkgdesc = A utility for encrypted, bandwidth-efficient backups using
the rsync algorithm
pkgver = 3.0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://duplicity.gitlab.io/
arch = x86_64
license = GPL-2.0-only
@@ -14,6 +14,7 @@ pkgbase = duplicity
depends = gnupg
depends = librsync
depends = python-fasteners
+ depends = python-pexpect
optdepends = lftp: backend for ftp, ftps, fish
optdepends = ncftp: alternative backend for ftp
optdepends = python-b2sdk: Backblaze B2 backend
@@ -22,7 +23,6 @@ pkgbase = duplicity
optdepends = python-gobject: GIO backend
optdepends = gvfs: GIO backend
optdepends = python-paramiko: SSH paramiko backend
- optdepends = python-pexpect: SSH pexpect backend
optdepends = python-pydrive2: Google Drive backend
optdepends = python-mediafire: Mediafire backend
optdepends = python-requests-oauthlib: OneDrive backend
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=duplicity
pkgver=3.0.6.3
-pkgrel=1
+pkgrel=2
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync
algorithm'
arch=(x86_64)
url='https://duplicity.gitlab.io/'
@@ -14,6 +14,7 @@ depends=(
gnupg
librsync
python-fasteners
+ python-pexpect
)
makedepends=(
git
@@ -32,7 +33,6 @@ optdepends=(
'python-gobject: GIO backend'
'gvfs: GIO backend'
'python-paramiko: SSH paramiko backend'
- 'python-pexpect: SSH pexpect backend'
'python-pydrive2: Google Drive backend'
'python-mediafire: Mediafire backend'
'python-requests-oauthlib: OneDrive backend'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/88b562892a90d0d2670b5a1c743045a6c75da17d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/88b562892a90d0d2670b5a1c743045a6c75da17d
You're receiving this email because of your account on gitlab.archlinux.org.