summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-23 22:57:46 +0200
committerFilippo Berto2020-04-23 22:57:46 +0200
commit2f3c3f815c77d9b5d54f87cc86a3d7a24d5be8db (patch)
tree7d5313232fda9976a10b1eaebae525629c2ebc8c
parent18ad8cbc25d1765427e33671cf658b917bb95d99 (diff)
downloadaur-2f3c3f815c77d9b5d54f87cc86a3d7a24d5be8db.tar.gz
Fix architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3b5525c7bf..6c1826112cf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = ndn-cxx-git
pkgdesc = Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications
pkgver = ndn.cxx.0.7.0.r13.g9603325b
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/named-data/ndn-cxx
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = git
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 5d9ff83e130c..75ef77359323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=ndn-cxx
pkgname=${_pkgname}-git
pkgver=ndn.cxx.0.7.0.r13.g9603325b
-pkgrel=2
+pkgrel=3
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
-arch=("any")
+arch=('i686' 'x86_64')
url="https://github.com/named-data/${_pkgname}"
license=('GPL')
groups=()