community/z3: enable on aarch64 & s390x

This commit is contained in:
omni 2021-03-28 17:11:11 +00:00 committed by Leo
parent 5dce71e6fb
commit 97a08f923e

View File

@ -2,10 +2,10 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=z3
pkgver=4.8.10
pkgrel=0
pkgrel=1
pkgdesc="Theorem prover from Microsoft Research"
url="https://github.com/Z3Prover/z3"
arch="all !s390x !aarch64 !mips !mips64"
arch="all !mips !mips64"
license="MIT"
makedepends="cmake python3"
subpackages="$pkgname-dev py3-$pkgname:py3:noarch"