diff options
author | Tobias Borgert | 2020-02-08 22:04:32 +0100 |
---|---|---|
committer | Tobias Borgert | 2020-02-08 22:04:32 +0100 |
commit | fa4c093f13705e9d519470f20f2a692b904866b8 (patch) | |
tree | 6fe521016d0e04e6119a2e2c228f781fdd2f48b0 | |
parent | 73bb9bbd3d508b840fc09cdb4ea77888fff4d39d (diff) | |
download | aur-fa4c093f13705e9d519470f20f2a692b904866b8.tar.gz |
Removed 'armv6h' again as build failed on my Raspberry Pi.
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,10 +1,9 @@ pkgbase = ecal pkgdesc = enhanced Communication Abstraction Layer pkgver = 5.5.2 - pkgrel = 3 + pkgrel = 4 url = https://github.com/continental/ecal arch = x86_64 - arch = armv6h arch = armv7h license = Apache makedepends = asio @@ -5,9 +5,9 @@ _pkgver_major=5 _pkgver_minor=5 _pkgver_patch=2 pkgver=$_pkgver_major.$_pkgver_minor.$_pkgver_patch -pkgrel=3 +pkgrel=4 pkgdesc="enhanced Communication Abstraction Layer" -arch=('x86_64' 'armv6h' 'armv7h') +arch=('x86_64' 'armv7h') url="https://github.com/continental/ecal" license=('Apache') depends=('protobuf' 'qt5-base' 'hdf5') |