mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/z3 to 4.8.9-2
This commit is contained in:
parent
b444ee658f
commit
3183a77b0c
1 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue