summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2019-07-19 20:27:05 +0200
committerTobias Borgert2019-07-19 20:27:05 +0200
commit50b064508f35624bcc60576edb9b38cfb0e77baa (patch)
treea234135e38f2a3452ed3191deafea02990ca0ef3
parent8eab0ec3a3c7da148b723bdfaedbee7314bffce5 (diff)
downloadaur-50b064508f35624bcc60576edb9b38cfb0e77baa.tar.gz
Fixed supported platforms
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b32d5a2633eb..b0100e3f3433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ecal
pkgrel = 1
url = https://github.com/continental/ecal
arch = x86_64
- arch = armhf
+ arch = armv7h
license = Apache
makedepends = asio
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 5188ffbe2fa3..c5ae6ef19f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=ecal
pkgver=5.3.4.4
pkgrel=1
pkgdesc="enhanced Communication Abstraction Layer"
-arch=('x86_64' 'armhf')
+arch=('x86_64' 'armv7h')
url="https://github.com/continental/ecal"
license=('Apache')
depends=('protobuf' 'qt5-base')