Date: Tuesday, December 20, 2022 @ 15:47:36
Author: eworm
Revision: 464648
upgpkg: rsync 3.2.7-3: update dependencies
rrsync was converted from peel to python...
Modified:
rsync/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-20 13:35:55 UTC (rev 464647)
+++ PKGBUILD 2022-12-20 15:47:36 UTC (rev 464648)
@@ -3,13 +3,14 @@
pkgname=rsync
_tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver}
pkgver=3.2.7
-pkgrel=2
+pkgrel=3
pkgdesc='A fast and versatile file copying tool for remote and local files'
arch=('x86_64')
url='https://rsync.samba.org/'
license=('GPL3')
-depends=('acl' 'libacl.so' 'lz4' 'openssl' 'perl' 'popt' 'xxhash'
'libxxhash.so'
+depends=('acl' 'libacl.so' 'lz4' 'openssl' 'popt' 'xxhash' 'libxxhash.so'
'zlib' 'zstd')
+optdepends=('python: for rrsync')
makedepends=('git' 'python-commonmark')
options=('debug')
backup=('etc/rsyncd.conf'