git » nng.git » commit ec46df6

nng 1.10.1

author Urja (ARMLFS builder)
2025-05-03 16:49:57 UTC
committer Urja (ARMLFS builder)
2025-05-03 16:49:57 UTC
parent 92f8b5cda8bd39a907dbc9e391571f21fb1a4ef3

nng 1.10.1

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index be6f5c3..19cb838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = nng
 	pkgrel = 1
 	url = https://nng.nanomsg.org/
 	arch = x86_64
+	arch = armv7h
 	license = MIT
 	makedepends = git
 	makedepends = cmake
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 9f9d87b..837e97d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=nng
 pkgver=1.10.1
 pkgrel=1
 pkgdesc='A lightweight, broker-less library'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://nng.nanomsg.org/'
 license=('MIT')
 depends=('wolfssl')