summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()