summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2018-06-04 11:16:54 +0200
committerVincent Bernardoff2018-06-04 11:16:54 +0200
commit3211bd94f1c18dbd8ffe47bfc15cd0e9c77780bb (patch)
tree99479e79c4191f37f406d5eaa8caea6280d8f6fb
parent97478cc288f078bcff35afb5378902b32d4e8a04 (diff)
downloadaur-3211bd94f1c18dbd8ffe47bfc15cd0e9c77780bb.tar.gz
fix issue with format change
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54272d00c306..db0ffc6e716d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Wed May 16 17:57:10 UTC 2018
+# Mon Jun 4 09:15:42 UTC 2018
pkgbase = nng-git
pkgdesc = Rewrite of the SP protocol library known as libnanomsg
- pkgver = 0.9.0.35.g84c32ea
+ pkgver = v1.0.0.rc.1
pkgrel = 1
url = https://nanomsg.github.io/nng/
- arch = armv6
+ arch = arm
arch = armv6h
+ arch = armv7h
arch = aarch64
arch = x86_64
arch = i686
@@ -14,6 +15,7 @@ pkgbase = nng-git
makedepends = git
makedepends = cmake
makedepends = ninja
+ makedepends = asciidoctor
provides = nng
conflicts = nng
source = git+https://github.com/nanomsg/nng.git
diff --git a/PKGBUILD b/PKGBUILD
index 164de4d02d62..1e152df83318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Bernardoff <vb AT luminar.eu.org>
pkgname=nng-git
-pkgver=0.9.0.35.g84c32ea
+pkgver=v1.0.0.rc.1
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
arch=(arm armv6h armv7h aarch64 x86_64 i686)