summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2018-05-16 20:00:13 +0200
committerVincent Bernardoff2018-05-16 20:00:13 +0200
commit27bb24f048254903567ff800a67b1e6e317f2456 (patch)
treee30f69ebf7c913711104fd19b1c139e02c919bcc
parent9599011465b75350c585c3c09558827b462d1dc5 (diff)
downloadaur-27bb24f048254903567ff800a67b1e6e317f2456.tar.gz
fix arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dca8344b613..addc7eecf77c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=nng-git
pkgver=0.9.0.35.g84c32ea
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
-arch=(armv6 armv6h aarch64 x86_64 i686)
+arch=(arm armv6h armv7h aarch64 x86_64 i686)
url="https://nanomsg.github.io/nng/"
license=('MIT')
depends=()