summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Pshenichnyi2022-03-29 14:01:51 +0300
committerKirill Pshenichnyi2022-03-29 14:01:51 +0300
commit87d1d95ae078e873763596e92e923d5b660451aa (patch)
tree18544b7fb4795617275475eafdb6fca157e2a063
parentf2d660c3a230b2b5bf191d82c828ed9610fa422a (diff)
downloadaur-87d1d95ae078e873763596e92e923d5b660451aa.tar.gz
architecture x86_64 and armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f0a843af6d..14a548b48a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = tango-idl
pkgver = 5.1.0
pkgrel = 1
url = https://www.tango-controls.org/
- arch = any
+ arch = x86_64
+ arch = armv7h
groups = tango-controls
license = GPL3
depends = cmake>=2.8.9
diff --git a/PKGBUILD b/PKGBUILD
index edce4c951a2e..a8b36f38f642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=5.1.0
pkgrel=1
groups=('tango-controls')
pkgdesc="This is the Tango CORBA IDL file."
-arch=('any')
+arch=('x86_64' 'armv7h')
url="https://www.tango-controls.org/"
license=('GPL3')
depends=('cmake>=2.8.9')