summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-23 22:59:14 +0200
committerFilippo Berto2020-04-23 22:59:14 +0200
commitd9d08efc91484c43b0b1551ed5a1b85a39e40947 (patch)
tree85b45518a77e73156de9162e2c33e6532a0d5cb3
parentf475a549be1132f76feb6cfa5a0c057cff9bca80 (diff)
downloadaur-d9d08efc91484c43b0b1551ed5a1b85a39e40947.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 4558c82117eb..dd003b1d1953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = ndn-nfd-git
pkgver = NFD.0.7.0.r21.gc68b2e8a
pkgrel = 2
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 f40c2bac9c31..d1e561fadd98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=NFD.0.7.0.r21.gc68b2e8a
pkgrel=2
# 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=()