summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-01-23 22:00:59 +0100
committerLuca 'meti' P2018-01-23 22:00:59 +0100
commit932c8633832281b34caeb0b7582b2e4f82d9c6d2 (patch)
tree7f98f3995ca0ed4ae870264afaba0c528242062a
parent1fce04067d656763f30082039329e8b4f8e13567 (diff)
downloadaur-932c8633832281b34caeb0b7582b2e4f82d9c6d2.tar.gz
Modified arch setting to "any"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c923c288db34..a8a4bcec425f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = librelp
pkgver = 1.2.14
pkgrel = 1
url = http://www.librelp.com/
- arch = x86_64
+ arch = any
license = GPL3
depends = gnutls
source = http://download.rsyslog.com/librelp/librelp-1.2.14.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 94c1c9ad1f1d..558b677dca3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <arch+pub@sergej.pp.ru>
-# Maintainer: Kaiting Chen <kaiting.chen@kiwilight.com>
+# Maintainer: Luca P <meti at lplab.net>
+# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
+# Contributor: Kaiting Chen <kaiting.chen@kiwilight.com>
pkgname='librelp'
pkgver=1.2.14
pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="http://www.librelp.com/"
-arch=('x86_64')
+arch=('any')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")