mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/z3 to 4.8.9-1
This commit is contained in:
parent
2baf0bb0be
commit
7d2a4c3fe5
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgbase=z3
|
pkgbase=z3
|
||||||
pkgname=('z3' 'python-z3')
|
pkgname=('z3' 'python-z3')
|
||||||
pkgver=4.8.8
|
pkgver=4.8.9
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='High-performance theorem prover'
|
pkgdesc='High-performance theorem prover'
|
||||||
url='https://github.com/Z3Prover/z3'
|
url='https://github.com/Z3Prover/z3'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,7 +16,7 @@ license=('MIT')
|
||||||
# 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
|
# 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
|
||||||
makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs')
|
makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs')
|
||||||
source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
|
source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
|
||||||
sha512sums=('a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f')
|
sha512sums=('a50da5c3f9e27d3e804c1b71f648a3dbd5a55223b7344d66f191a1b34a4d787810abd976840d3ab3878aaf5c96d89f5a517cac0781b82aa927a9d8d54836d54f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${pkgbase}-z3-${pkgver}
|
cd ${pkgbase}-z3-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue