summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2018-08-01 10:08:41 +0200
committerVincent Bernardoff2018-08-01 10:08:41 +0200
commitf8438d06a3d6f33685856321b6dafb40f4245d12 (patch)
treec3c57961f1f7a6c8af7585f2c8e72d2d69d028b4
parent0421681aeb3ee8860a50ba613d9be1f0d6184493 (diff)
downloadaur-f8438d06a3d6f33685856321b6dafb40f4245d12.tar.gz
update to version 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1a4d34c4ec..25d265cb64d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 5 07:29:52 UTC 2018
+# Wed Aug 1 08:02:04 UTC 2018
pkgbase = nng
pkgdesc = Rewrite of the SP protocol library known as libnanomsg
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://nanomsg.github.io/nng/
arch = arm
@@ -18,8 +18,8 @@ pkgbase = nng
makedepends = asciidoctor
provides = nng
conflicts = nng
- source = https://github.com/nanomsg/nng/archive/v1.0.0.tar.gz
- sha256sums = 7df28689c841fb069956830818592a6c75545789a5ecdad1943244d9de4cc6ee
+ source = https://github.com/nanomsg/nng/archive/v1.0.1.tar.gz
+ sha256sums = c08ef670d472eb6fd50a2f863c6a4432b2963addd47f35d54cfb9fd7c543895b
pkgname = nng
diff --git a/PKGBUILD b/PKGBUILD
index cd3f56b89df3..303cb8a75602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Bernardoff <vb AT luminar.eu.org>
pkgname=nng
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
arch=(arm armv6h armv7h aarch64 x86_64 i686)
@@ -11,9 +11,9 @@ makedepends=('git' 'cmake' 'ninja' 'asciidoctor')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=
-source=('https://github.com/nanomsg/nng/archive/v1.0.0.tar.gz')
+source=("https://github.com/nanomsg/nng/archive/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('7df28689c841fb069956830818592a6c75545789a5ecdad1943244d9de4cc6ee')
+sha256sums=('c08ef670d472eb6fd50a2f863c6a4432b2963addd47f35d54cfb9fd7c543895b')
prepare() {
mkdir -p "$srcdir/${pkgname}-${pkgver}/build"