summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2020-02-08 12:54:36 +0100
committerTobias Borgert2020-02-08 12:54:36 +0100
commit73bb9bbd3d508b840fc09cdb4ea77888fff4d39d (patch)
tree7eaf9a5c2cfb92c104288950834d166d5106b0a0
parentad75e6b71d62608f4f19f39faebd1fb119463616 (diff)
downloadaur-73bb9bbd3d508b840fc09cdb4ea77888fff4d39d.tar.gz
Added 'armv6h' to supported archs. This is a deviation from the AUR packaging rules (as was adding 'armv7h'), but as I use personally use the package on such systems, it is a convenience feature.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde90f8beb34..912fece08326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = ecal
pkgdesc = enhanced Communication Abstraction Layer
pkgver = 5.5.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/continental/ecal
arch = x86_64
+ arch = armv6h
arch = armv7h
license = Apache
makedepends = asio
diff --git a/PKGBUILD b/PKGBUILD
index d08c69714c48..837d79ef9c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _pkgver_major=5
_pkgver_minor=5
_pkgver_patch=2
pkgver=$_pkgver_major.$_pkgver_minor.$_pkgver_patch
-pkgrel=2
+pkgrel=3
pkgdesc="enhanced Communication Abstraction Layer"
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv6h' 'armv7h')
url="https://github.com/continental/ecal"
license=('Apache')
depends=('protobuf' 'qt5-base' 'hdf5')