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