librelp: update to 1.2.14

This commit is contained in:
Chaoting Liu 2018-03-10 18:13:05 +00:00
parent 24e582079d
commit 5fa8f4bee7

View File

@ -1,16 +1,17 @@
pkgname='librelp' pkgname='librelp'
pkgver=1.2.12 pkgver=1.2.14
pkgrel=2 pkgrel=1
pkgdesc="The Reliable Event Logging Protocol" pkgdesc="The Reliable Event Logging Protocol"
url="http://www.librelp.com/" url="https://www.librelp.com/"
arch=('x86_64') arch=('x86_64')
license=('GPL3') license=('GPL3')
depends=('gnutls') depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz") source=("https://github.com/rsyslog/librelp/archive/v${pkgver}.tar.gz")
sha1sums=('7582992279eb63012e44208813a672a586b5ab55') sha1sums=('ab6ecd739f33f010de57911da872a732bdfcd52a')
build() { build() {
cd ${srcdir}/${pkgname}-${pkgver} cd ${srcdir}/${pkgname}-${pkgver}
autoreconf -fvi
./configure --prefix=/usr ./configure --prefix=/usr
make make
} }