diff --git a/rsync/PKGBUILD b/rsync/PKGBUILD index 4a8509b..99c9f57 100644 --- a/rsync/PKGBUILD +++ b/rsync/PKGBUILD @@ -8,9 +8,8 @@ pkgname=rsync _tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver} pkgver=3.2.7 -pkgrel=03 +pkgrel=04 pkgdesc='A fast and versatile file copying tool for remote and local files w/o systemd zstd ipv6' -arch=('x86_64') url='https://rsync.samba.org/' depends=('acl' 'libacl.so' 'lz4' 'openssl' 'popt' 'xxhash' 'libxxhash.so' 'zlib' 'zstd') @@ -60,6 +59,7 @@ build() { --disable-debug \ --with-included-popt=no \ --with-included-zlib=no \ + --with-rrsync \ --with-systemd=no \ --disable-zstd \ --disable-ipv6 @@ -77,10 +77,11 @@ package() { make DESTDIR="$pkgdir" install install -Dm0644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf" install -Dm0644 packaging/lsb/rsync.xinetd "$pkgdir/etc/xinetd.d/rsync" - install -Dm0755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync" } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(GPL3) @@ -89,5 +90,5 @@ validpgpkeys=(0048C8B026D4C96F0E589C2F6C859FB14B96A8C5) # Wayne Davison @@ -51,6 +50,7 @@ build() { ./configure \ --prefix=/usr \ --disable-debug \ + --with-rrsync \ --with-included-popt=no \ --with-included-zlib=no make @@ -71,5 +71,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" }