summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-04-23 23:02:31 +0200
committerFilippo Berto2020-04-23 23:02:31 +0200
commit8cb2bc6b2a985dbfbbfcf2c9039d25566e42efa5 (patch)
tree81d0e4604301fe40f7021b79ca6cf6ec88bd27fe
parent005f01277c92f7aa79bf5ee6a9a77ca6947d1ee0 (diff)
downloadaur-8cb2bc6b2a985dbfbbfcf2c9039d25566e42efa5.tar.gz
Fix architectures
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ced21c0165..7cda450e031c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = ndn-tools
- pkgdesc = ndn-tools is a collection of basic tools for Named Data Networking
+ pkgdesc = A collection of basic tools for Named Data Networking
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/named-data/ndn-tools
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = git
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 781ac6338112..108d28c19f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Filippo Berto <berto.f@protonmail.com>
pkgname=ndn-tools
pkgver=0.7
-pkgrel=1
+pkgrel=2
# epoch=
-pkgdesc="ndn-tools is a collection of basic tools for Named Data Networking"
-arch=("any")
+pkgdesc="A collection of basic tools for Named Data Networking"
+arch=('i686' 'x86_64')
url="https://github.com/named-data/${pkgname}"
license=('GPL')
groups=()