summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2021-10-09 09:38:05 +0700
committerVincent Bernardoff2021-10-09 09:38:05 +0700
commit6d2f4d45b34a95e89c67e7c173ad8b3015e448b5 (patch)
treee7b3ad080111ea4a67f7e86d0781e6d2b4a5e421
parent1ba286e0f4c1184a3e1efa4f6063f495b60cb411 (diff)
downloadaur-6d2f4d45b34a95e89c67e7c173ad8b3015e448b5.tar.gz
v1.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b50204b39e9..1a0aaa652b53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nng
pkgdesc = Rewrite of the SP protocol library known as libnanomsg
- pkgver = 1.4.0
+ pkgver = 1.5.2
pkgrel = 1
url = https://nanomsg.github.io/nng/
arch = arm
@@ -16,8 +16,7 @@ pkgbase = nng
depends = mbedtls
provides = nng
conflicts = nng
- source = https://github.com/nanomsg/nng/archive/v1.4.0.tar.gz
- md5sums = 124c94f9cbfabfecd3b18fdcefa66576
+ source = https://github.com/nanomsg/nng/archive/v1.5.2.tar.gz
+ md5sums = 8adba2c9396dd0648bcfd7280bc48679
pkgname = nng
-
diff --git a/PKGBUILD b/PKGBUILD
index 1b51a52b6acb..8ff74ef8ca8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Bernardoff <vb AT luminar.eu.org>
pkgname=nng
-pkgver=1.4.0
+pkgver=1.5.2
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
arch=(arm armv6h armv7h aarch64 x86_64 i686)
@@ -12,7 +12,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=
source=("https://github.com/nanomsg/nng/archive/v${pkgver}.tar.gz")
-md5sums=('124c94f9cbfabfecd3b18fdcefa66576')
+md5sums=('8adba2c9396dd0648bcfd7280bc48679')
prepare() {
cmake -B build -S "${pkgname}-${pkgver}" -G Ninja \
@@ -20,7 +20,6 @@ prepare() {
-DCMAKE_INSTALL_PREFIX='/usr' \
-DNNG_ENABLE_TLS=ON \
-DNNG_ENABLE_DOC=ON \
- -DNNG_STATIC_LIB=OFF \
-DBUILD_SHARED_LIBS=ON
}