git » sshfs.git » commit a26dcf8

sshfs 3.7.3

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

sshfs 3.7.3

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index bd1bd9a..ef2d03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=sshfs
 pkgver=3.7.3
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url="https://github.com/libfuse/sshfs"
 license=(GPL)
 depends=(fuse3 glib2 openssh)