summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit29ce6781b3f19bb4e6ddf1c9e888592298a017ee (patch)
treed6b924a8267c7785f061affa394db0627536a744
parent21c635c802ad12e6148311082655bb33d57eaa5e (diff)
downloadaur-29ce6781b3f19bb4e6ddf1c9e888592298a017ee.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 8e6876e58f5c..e48c2e0e8edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = logrotate-selinux
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = x86_64
+ arch = aarch64
groups = selinux
license = GPL
depends = popt
@@ -24,4 +25,3 @@ pkgbase = logrotate-selinux
md5sums = 94dae4d3eded2fab9ae879533d3680db
pkgname = logrotate-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 69f5633206d0..38964bacd9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=logrotate-selinux
pkgver=3.18.0
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/logrotate/logrotate"
license=('GPL')
groups=('selinux')