From cd23f37395c6d09c68f7e88893534910c2fb71d0 Mon Sep 17 00:00:00 2001 From: kth5 Date: Wed, 5 Apr 2023 12:16:39 +0200 Subject: [PATCH] * update rsync to 3.2.7-4 --- rsync/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync/PKGBUILD b/rsync/PKGBUILD index 9af881f349..5ee066eea5 100644 --- a/rsync/PKGBUILD +++ b/rsync/PKGBUILD @@ -4,7 +4,7 @@ pkgname=rsync _tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver} pkgver=3.2.7 -pkgrel=3 +pkgrel=4 pkgdesc='A fast and versatile file copying tool for remote and local files' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://rsync.samba.org/' @@ -51,6 +51,7 @@ build() { ./configure \ --prefix=/usr \ --disable-debug \ + --with-rrsync \ --with-included-popt=no \ --with-included-zlib=no make @@ -71,5 +72,4 @@ package() { install -Dm0644 packaging/systemd/rsync.service "$pkgdir/usr/lib/systemd/system/rsyncd.service" install -Dm0644 packaging/systemd/rsync.socket "$pkgdir/usr/lib/systemd/system/rsyncd.socket" install -Dm0644 packaging/systemd/rsync@.service "$pkgdir/usr/lib/systemd/system/rsyncd@.service" - install -Dm0755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync" }