summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Boyce2023-05-28 00:22:25 +0000
committerGregory Boyce2023-05-28 00:22:25 +0000
commite4c51fc11e687989be4720629bc0a9f00a8fc079 (patch)
treea018324a3d49318c82a2e91f1252031704de3c3a
parentf8cdeca7e9db5199c1909b868ed6fc73ebb6bafd (diff)
downloadaur-e4c51fc11e687989be4720629bc0a9f00a8fc079.tar.gz
Add support for aarch64
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c86c709c5b7..03db61911739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=ntpsec
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Security-hardened Network Time Protocol implementation"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.ntpsec.org/"
license=('custom')
depends=('avahi' 'libbsd' 'python' 'openssl')