community/z3 to 4.8.9-2

This commit is contained in:
Kevin Mihelich 2020-09-12 19:20:52 +00:00
parent b444ee658f
commit 3183a77b0c

View file

@ -8,7 +8,7 @@
pkgbase=z3
pkgname=('z3' 'python-z3')
pkgver=4.8.9
pkgrel=1
pkgrel=2
pkgdesc='High-performance theorem prover'
url='https://github.com/Z3Prover/z3'
arch=('x86_64')
@ -50,7 +50,7 @@ package_python-z3() {
make DESTDIR="${pkgdir}" install
install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
cd "${pkgdir}"
rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
rm -r usr/include usr/bin usr/lib/{cmake,pkgconfig,lib*}
python -m compileall .
python -O -m compileall .
}