summaryrefslogtreecommitdiffstats
path: root/abs/extra/librelp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/librelp/PKGBUILD')
-rw-r--r--abs/extra/librelp/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/extra/librelp/PKGBUILD b/abs/extra/librelp/PKGBUILD
index 6a6e56a..558b677 100644
--- a/abs/extra/librelp/PKGBUILD
+++ b/abs/extra/librelp/PKGBUILD
@@ -1,15 +1,17 @@
-# 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.12
+pkgver=1.2.14
pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="http://www.librelp.com/"
-arch=('i686' 'x86_64')
+arch=('any')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
-md5sums=('b99eb5e5eb77b4fd999e440876106aee')
+sha256sums=('11f6241a4336358a33bfdadd43ef299e8258db0a5243d0c164499c6b85ae5955')
build() {
cd "$srcdir"/${pkgname}-${pkgver}