summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-05-28 19:49:13 -0700
committerxiota2023-05-28 19:49:13 -0700
commit1021b0859b2529e647eab79849d23379a31cf14a (patch)
tree6997d5122403dbb32e36e4e9baabdb47acaec73d /PKGBUILD
parent6dadb4fe9c821e10e65f9f18537c74edfa2e30a3 (diff)
downloadaur-1021b0859b2529e647eab79849d23379a31cf14a.tar.gz
3.2.7-4: add with-rrsync flag to configure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20a49521f89a..adbbbdb65db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# https://github.com/archlinux/svntogit-packages/tree/packages/rsync
+# Maintainer:
_pkgname=rsync
pkgname="$_pkgname-reflink"
pkgver=3.2.7
-pkgrel=3
+pkgrel=4
pkgdesc='A fast and versatile file copying tool for remote and local files - with reflink support'
arch=('x86_64')
url='https://rsync.samba.org/'
@@ -76,6 +76,7 @@ build() {
./configure \
--prefix=/usr \
--disable-debug \
+ --with-rrsync \
--with-included-popt=no \
--with-included-zlib=no
make