summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c4864bec39f..e9b6d2750652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = shmux
arch = x86_64
arch = armv6h
arch = armv7h
+ arch = aarch64
license = custom:3-clause BSD
source = https://github.com/shmux/shmux/archive/v1.0.3.tar.gz
sha512sums = fb1dbb9701913fb97fb82914b9ae277703aec48cafdf74bcaa4a194ba242b62aff34e004507d6931475f320f89d62ed465360c0bc5cf2ff45abe7482b3127197
diff --git a/PKGBUILD b/PKGBUILD
index d76698abae14..980371c1f4ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=shmux
pkgver=1.0.3
pkgrel=1
pkgdesc="shmux - executing the same command on many hosts in parallel."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/shmux/shmux"
license=('custom:3-clause BSD')
source=("https://github.com/shmux/shmux/archive/v${pkgver}.tar.gz")