Date: Thursday, July 29, 2021 @ 18:54:33 Author: foxboron Revision: 990551
upgpkg: borg 1.1.17-2 Modified: borg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-29 18:53:50 UTC (rev 990550) +++ PKGBUILD 2021-07-29 18:54:33 UTC (rev 990551) @@ -5,12 +5,12 @@ pkgname=borg _pkgname=borgbackup pkgver=1.1.17 -pkgrel=1 +pkgrel=2 pkgdesc='Deduplicating backup program with compression and authenticated encryption' url='https://borgbackup.github.io/' license=('BSD') arch=('x86_64') -depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python') +depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging') optdepends=('openssh: repositories on remote hosts' 'python-llfuse: mounting backups as a FUSE file system') makedepends=('cython' 'python-sphinx' 'python-setuptools' 'python-guzzle-sphinx-theme' 'python-setuptools-scm')
