summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-03-17 01:07:07 +0000
committerxiota2024-03-17 01:08:05 +0000
commitb836ecc6a57fbda9c76df97a71d446beaeeca422 (patch)
tree379314616c7ea0cdfecbec98ca25f8375c40c75c /PKGBUILD
parentc59c35541dd605d21724f0db7ccf04ccec470d98 (diff)
downloadaur-b836ecc6a57fbda9c76df97a71d446beaeeca422.tar.gz
3.2.7-6: minor updates
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d0b2425f8bf..fbc79f0f8384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@
## options
: ${_build_git:=false}
+unset _pkgtype
[[ "${_build_git::1}" == "t" ]] && _pkgtype+="-git"
## basic info
@@ -15,7 +16,7 @@ _gitname="rsync"
_pkgname="$_gitname-reflink"
pkgname="$_pkgname${_pkgtype:-}"
pkgver=3.2.7
-pkgrel=5
+pkgrel=6
pkgdesc='A fast and versatile file copying tool for remote and local files - with reflink support'
url='https://github.com/WayneD/rsync'
license=('GPL-3.0-or-later')