git » rsync.git » commit a82632b

rsync 3.3.0

author Urja (ARMLFS builder)
2024-07-12 17:48:07 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:07 UTC
parent a75873f124ec9f79a3a59ddee60fe394be503024

rsync 3.3.0

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1b7caa9..ce0075d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=rsync
 pkgver=3.3.0
 pkgrel=1
 pkgdesc='A fast and versatile file copying tool for remote and local files'
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url='https://rsync.samba.org/'
 license=('GPL3')
 depends=('acl' 'openssl' 'popt' 'xxhash' 'libxxhash.so'