summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")