summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit0d221f0063f206a8aa68a16439e568ebabf6889e (patch)
treef50b5620bbea07bfdd49183842580f4b0a664a67
parentf0bca9b5045425c29aafd12b6069d76e0946cfa0 (diff)
downloadaur-0d221f0063f206a8aa68a16439e568ebabf6889e.tar.gz
Add aarch64 to the list of architectures.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5ff282e7f35..44820efae58f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cronie-selinux
url = https://github.com/cronie-crond/cronie/
arch = i686
arch = x86_64
+ arch = aarch64
groups = selinux
license = custom:BSD
depends = pam-selinux
@@ -37,4 +38,3 @@ pkgbase = cronie-selinux
sha256sums = ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc
pkgname = cronie-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 1292f4359f13..45f50904737a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel=2
pkgdesc='Daemon that runs specified programs at scheduled times and related tools with SELinux support'
url='https://github.com/cronie-crond/cronie/'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('pam-selinux' 'bash' 'run-parts' 'libselinux')
optdepends=('smtp-server: send job output via email'
'smtp-forwarder: forward job output to email server')