summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-22 06:48:52 +0100
committerLuca 'meti' P2018-03-22 06:48:52 +0100
commit13e7b251dbc7114dd5f225c9f4f8e746c72ba9ad (patch)
tree443ef72bc9fc307ea1ca6ffcc9d08c42768e483f
parent932c8633832281b34caeb0b7582b2e4f82d9c6d2 (diff)
downloadaur-13e7b251dbc7114dd5f225c9f4f8e746c72ba9ad.tar.gz
Removed arch 'any' and used 'x86_64' 'i686' instead
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8a4bcec425f..dc647193ad32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = librelp
pkgdesc = The Reliable Event Logging Protocol
pkgver = 1.2.14
- pkgrel = 1
+ pkgrel = 2
url = http://www.librelp.com/
- arch = any
+ arch = x86_64
+ arch = i686
license = GPL3
depends = gnutls
source = http://download.rsyslog.com/librelp/librelp-1.2.14.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 558b677dca3a..0a3d6c9b4f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname='librelp'
pkgver=1.2.14
-pkgrel=1
+pkgrel=2
pkgdesc="The Reliable Event Logging Protocol"
url="http://www.librelp.com/"
-arch=('any')
+arch=('x86_64' 'i686')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")