Balló György pushed to branch main at Arch Linux / Packaging / Packages / borg
Commits: 5ff9db1c by Balló György at 2024-10-01T05:50:44+02:00 upgpkg: 1.4.0-2 - Replace python-llfuse dependency with python-pyfuse3 Also replace python-xxhash with xxhash, because borg use its own bindings. Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/borg/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = borg pkgdesc = Deduplicating backup program with compression and authenticated encryption pkgver = 1.4.0 - pkgrel = 1 + pkgrel = 2 url = https://borgbackup.github.io/ arch = x86_64 license = BSD @@ -24,9 +24,9 @@ pkgbase = borg depends = python depends = python-packaging depends = python-msgpack - depends = python-xxhash + depends = xxhash optdepends = openssh: repositories on remote hosts - optdepends = python-llfuse: mounting backups as a FUSE file system + optdepends = python-pyfuse3: mounting backups as a FUSE file system provides = borgbackup replaces = borgbackup source = https://github.com/borgbackup/borg/releases/download/1.4.0/borgbackup-1.4.0.tar.gz ===================================== PKGBUILD ===================================== @@ -5,15 +5,15 @@ pkgname=borg _pkgname=borgbackup pkgver=1.4.0 -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' 'python-packaging' - 'python-msgpack' 'python-xxhash') + 'python-msgpack' 'xxhash') optdepends=('openssh: repositories on remote hosts' - 'python-llfuse: mounting backups as a FUSE file system') + 'python-pyfuse3: mounting backups as a FUSE file system') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-pkgconfig' 'python-sphinx' 'python-guzzle-sphinx-theme' 'python-wheel' 'cython') checkdepends=('python-pytest' 'python-dateutil') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/borg/-/commit/5ff9db1ca4bcd66cb461cd8a99ec9a3ac5702a09 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/borg/-/commit/5ff9db1ca4bcd66cb461cd8a99ec9a3ac5702a09 You're receiving this email because of your account on gitlab.archlinux.org.