summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2018-02-06 21:45:15 +0100
committerVincenzo Maffione2018-02-06 21:46:11 +0100
commit3ca78c00d4f1fa48750de420f5e7dab29eef0971 (patch)
tree5e6dba658ce09d33073fbf78745099d629a16124
parent86240c66ee9b4fc37b50808e9479905920c6a257 (diff)
downloadaur-3ca78c00d4f1fa48750de420f5e7dab29eef0971.tar.gz
fix arch variable not to specify 'any'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2bd89474f93..d7afb8fb4734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,9 @@ pkgbase = rlite-git
pkgver = r2185.973e0e1
pkgrel = 1
install = rlite.install
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = arm
license = GPL
license = LGPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index a9e44536d89d..7be9326c95af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Maintainer: Vincenzo Maffione <v.maffione@gmail.com>
pkgname=rlite-git
-pkgver=r2185.973e0e1
+pkgver=r3028.ced57084
pkgrel=1
pkgdesc="Recursive InterNetwork Architecture (RINA) user/kernel prototype written in C/C++"
-arch=('any')
+arch=('x86_64' 'i686' 'arm')
license=('GPL' 'LGPL')
depends=('linux' 'protobuf' 'python')
makedepends=('git' 'linux-headers' 'fakeroot' 'cmake')