summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-05-05 13:45:26 +0200
committerfordprefect2020-05-05 13:45:26 +0200
commit74b5d78261fc18860cc75215e691d9964837118c (patch)
treebfc71dcde37086eefc26b1444d50cd167839f3e2
parent819b3b4e4da2158511c985ad7faeff5eba6d05d9 (diff)
downloadaur-74b5d78261fc18860cc75215e691d9964837118c.tar.gz
add aarch64
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b475e47b670..77b89dfbcb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = rsyslog
install = rsyslog.install
arch = x86_64
arch = i686
+ arch = aarch64
license = GPL3
makedepends = postgresql-libs>=8.4.1
makedepends = libmariadbclient
diff --git a/PKGBUILD b/PKGBUILD
index 4b86421713f2..40415603d95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=8.2004.0
pkgrel=1
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64')
license=('GPL3')
depends=('libestr' 'liblogging' 'librelp' 'libfastjson')
makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'