summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stohl2022-10-10 10:13:21 -0700
committerAdam Stohl2022-10-10 10:13:21 -0700
commitde8d639675f8a9b051fb4a676dd9a7507c881f16 (patch)
treeaf67b56d3c42fc1d729cd0b397420925881983f4
parentc1e6aaa28e5e3259554222f6fc4f9a79a77d3857 (diff)
downloadaur-de8d639675f8a9b051fb4a676dd9a7507c881f16.tar.gz
fix arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854698be7ef0..418a81177a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,8 @@ pkgbase = mraa-radxa-git
pkgver = 2.1.0.23.gfc8c906
pkgrel = 1
url = https://github.com/intel-iot-devkit/mraa
- arch = arm64
- arch = armv7l
- arch = i686
+ arch = aarch64
+ arch = armv7h
arch = x86_64
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index bba26cf9704b..e4f84f797446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('git' 'cmake' 'swig')
optdepends=('python: for Python support')
url="https://github.com/intel-iot-devkit/mraa"
license=('MIT')
-arch=('arm64' 'armv7l' 'i686' 'x86_64')
+arch=('aarch64' 'armv7h' 'x86_64')
source=(git+https://github.com/radxa/mraa.git)
md5sums=('SKIP')