summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edf71a9a6e84..81f59b566627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = rsyslog
pkgver = 8.32.0
pkgrel = 1
url = http://www.rsyslog.com/
- arch = x86_64
+ arch = any
license = GPL3
makedepends = postgresql-libs>=8.4.1
makedepends = libmariadbclient
diff --git a/PKGBUILD b/PKGBUILD
index e1f61a2d5bc9..afde15420b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=8.32.0
pkgrel=1
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
-arch=('x86_64')
+arch=('any')
license=('GPL3')
depends=('libestr' 'liblogging' 'librelp' 'libfastjson')
makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'