summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-23 22:58:40 +0200
committerFilippo Berto2020-04-23 22:58:40 +0200
commita8163d1511c3723b20dc440fabd03e91f72c5c4e (patch)
tree75d7bf5fc6b8edb63f10c61790b8fa64fab8eada
parent592f98f1f2547ad49dda0fec656f2357c2831d0f (diff)
downloadaur-a8163d1511c3723b20dc440fabd03e91f72c5c4e.tar.gz
Fix architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b35309cdd73a..ef1937d543a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = ndn-nfd
pkgver = 0.7.0
pkgrel = 3
url = https://github.com/named-data/NFD
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = git
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 4ffbbebfecfa..cf359aa3bdc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.7.0
pkgrel=3
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
-arch=("any")
+arch=('i686' 'x86_64')
url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()