[arch-commits] Commit in borg/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 22 19:19:00 UTC 2021
Date: Saturday, May 22, 2021 @ 19:18:59
Author: foxboron
Revision: 942186
upgpkg: borg 1.1.16-5 - FS#70734: ensure we have python dependency
Modified:
borg/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-22 18:53:52 UTC (rev 942185)
+++ PKGBUILD 2021-05-22 19:18:59 UTC (rev 942186)
@@ -5,12 +5,12 @@
pkgname=borg
_pkgname=borgbackup
pkgver=1.1.16
-pkgrel=4
+pkgrel=5
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')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python')
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')
More information about the arch-commits
mailing list