Date: Saturday, August 8, 2020 @ 12:06:07 Author: felixonmars Revision: 672222
upgpkg: rdiff-backup 2.0.5-1 Modified: rdiff-backup/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-08 12:04:21 UTC (rev 672221) +++ PKGBUILD 2020-08-08 12:06:07 UTC (rev 672222) @@ -3,14 +3,14 @@ # Contributor: Erwin Van de Velde <[email protected]> pkgname=rdiff-backup -pkgver=2.0.3 -_commit=67c341a7c7501d63e94c03324723501281e0f142 +pkgver=2.0.5 +_commit=040f122a5b181d7e1894f1fda632a4742e0c87bb pkgrel=1 pkgdesc='A utility for local/remote mirroring and incremental backups.' arch=('x86_64') url='https://www.nongnu.org/rdiff-backup/' license=('GPL') -depends=('python' 'librsync') +depends=('python-setuptools' 'librsync') makedepends=('git' 'python-setuptools-scm') checkdepends=('python-pylibacl' 'python-pyxattr') optdepends=('python-pylibacl: access control list support' @@ -45,9 +45,9 @@ python testing/connectiontest.py python testing/incrementtest.py python testing/hardlinktest.py - python testing/eas_aclstest.py || : # https://github.com/rdiff-backup/rdiff-backup/issues/370 + python testing/eas_aclstest.py python testing/FilenameMappingtest.py - python testing/fs_abilitiestest.py || : # https://github.com/rdiff-backup/rdiff-backup/issues/370 + python testing/fs_abilitiestest.py python testing/hashtest.py python testing/selectiontest.py || : # Missing mknod'ed test files python testing/metadatatest.py
