aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/librelp/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/main/librelp/APKBUILD b/main/librelp/APKBUILD
index de86652fa8..70b1978b08 100644
--- a/main/librelp/APKBUILD
+++ b/main/librelp/APKBUILD
@@ -1,20 +1,18 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=librelp
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=0
pkgdesc="The Reliable Event Logging Protocol library"
url="https://www.rsyslog.com"
arch="all"
license="GPL-3.0-or-later"
-makedepends="gnutls-dev"
-subpackages="$pkgname-dev"
-source="http://download.rsyslog.com/librelp/$pkgname-$pkgver.tar.gz"
+makedepends="gnutls-dev openssl-dev"
+subpackages="$pkgname-static $pkgname-dev"
+source="http://download.rsyslog.com/librelp/librelp-$pkgver.tar.gz"
options="!check" # XXX: all tests fail, don't know why
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,8 +22,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="6e60398c68a78f4b4202a697e144f1516ff3bbb32192f745b52c77d107954febf8cb31d2e166efa96c00122f6807860ecd01084f1d3d4005336f2cb75e6461c9 librelp-1.3.0.tar.gz"
+sha512sums="92d01a51b4ee3c66d1f65d2e26f214646d72b41a8411ab700fe5f9f30f805ef98dec962526ef95c8d8428bf7398d38f656c919f95a3e49382adc745ef9eb4239 librelp-1.4.0.tar.gz"