summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2022-11-02 15:10:10 -0700
committerxiota2022-11-02 15:10:10 -0700
commitf29762814fc642d5cb65d17d80f961776982f70d (patch)
treeab4087e95d4e26dba4e801560ddc400b69d1196a
parent6ca93d3cf5b025a9d15601447786cb98f61d21b5 (diff)
downloadaur-f29762814fc642d5cb65d17d80f961776982f70d.tar.gz
upgpkg: rsync-reflink 3.2.7-1: new upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5b7808dcbf..d2c316e25b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rsync-reflink
pkgdesc = A fast and versatile file copying tool for remote and local files - with reflink support
- pkgver = 3.2.6
- pkgrel = 2
+ pkgver = 3.2.7
+ pkgrel = 1
url = https://rsync.samba.org/
arch = x86_64
license = GPL3
@@ -19,7 +19,7 @@ pkgbase = rsync-reflink
depends = zstd
backup = etc/rsyncd.conf
backup = etc/xinetd.d/rsync
- source = git+https://github.com/WayneD/rsync#tag=40695f1e31d29e5d715d986a53cdad1fe0ce0210
+ source = git+https://github.com/WayneD/rsync#tag=b13e7a8ef4fa430223f66403506fb821caae5cfd
source = https://github.com/WayneD/rsync-patches/raw/master/clone-dest.diff
source = rsyncd.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce6f2a937970..7dd39ab13145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=rsync
pkgname=rsync-reflink
-_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 - with reflink support'
arch=('x86_64')
url='https://rsync.samba.org/'
@@ -27,11 +27,6 @@ sha256sums=(
)
_backports=(
- # Fix really silly bug with --relative rules.
- '464555ea923b32f3504678d05bc7de9205e5c8da'
-
- # Fix bug with validing remote filter rules.
- '950730313de994d191ba2d5be575e97690b355e8'
)
_reverts=(