testing/kicad-library: Enable all archs but s390x

This commit is contained in:
Marian Buschsieweke 2020-01-17 16:53:33 +01:00 committed by Leo
parent 4a795abdc6
commit 65f8dc122b

View File

@ -2,11 +2,11 @@
# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=kicad-library
pkgver=5.1.5
pkgrel=0
pkgrel=1
pkgdesc="Kicad component and footprint libraries"
url="http://kicad.github.io/"
# kicad is only available on x86_64 currently :-/
arch="noarch !armhf !armv7 !aarch64 !ppc64le !s390x !x86"
arch="noarch !s390x"
license="GPL-3.0-or-later"
makedepends="cmake"
depends="kicad"