summaryrefslogtreecommitdiffstats
path: root/abs/extra/librelp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-03 20:56:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-03 20:56:40 (GMT)
commita25f69de9802caac3af157fdb088ea0d3d37a620 (patch)
tree679e2406a3a63bb21edeaeb4164ff603d19b881b /abs/extra/librelp
parent2dde30d5adda7c72f54e7d61dedd7b330c01fa66 (diff)
downloadlinhes_pkgbuild-a25f69de9802caac3af157fdb088ea0d3d37a620.zip
linhes_pkgbuild-a25f69de9802caac3af157fdb088ea0d3d37a620.tar.gz
linhes_pkgbuild-a25f69de9802caac3af157fdb088ea0d3d37a620.tar.bz2
librelp: update to 1.2.14
Diffstat (limited to 'abs/extra/librelp')
-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}