Date: Friday, October 21, 2022 @ 06:18:33 Author: eworm Revision: 458488
upgpkg: rsync 3.2.7-1: new upstream release Modified: rsync/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 23:59:53 UTC (rev 458487) +++ PKGBUILD 2022-10-21 06:18:33 UTC (rev 458488) @@ -1,9 +1,9 @@ # Maintainer: Christian Hesse <[email protected]> pkgname=rsync -_tag='40695f1e31d29e5d715d986a53cdad1fe0ce0210' # git rev-parse v${pkgver} -pkgver=3.2.6 -pkgrel=2 +_tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver} +pkgver=3.2.7 +pkgrel=1 pkgdesc='A fast and versatile file copying tool for remote and local files' arch=('x86_64') url='https://rsync.samba.org/' @@ -21,11 +21,6 @@ '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b') _backports=( - # Fix really silly bug with --relative rules. - '464555ea923b32f3504678d05bc7de9205e5c8da' - - # Fix bug with validing remote filter rules. - '950730313de994d191ba2d5be575e97690b355e8' ) _reverts=(
