mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/z3 to 4.8.14-1
This commit is contained in:
parent
b32e7a7cda
commit
65b66396bc
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.13
|
pkgver=4.8.14
|
||||||
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' 'ninja' 'python' 'python-setuptools' 'gcc-libs')
|
makedepends=('cmake' 'ninja' '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=('c5e8f34525ed3b6b2935d7f01ce2f90f5dd99b4cdd035664b36c967fb1c7f3b05abed45c7288e2261723e73d68728ee91a0f67d92012d86b04598d7b54369c30')
|
sha512sums=('10170516ca472258d2f9df28cd036e43023a76a25f1e1670290c62f3890d935bf82770970054a5fd3a0f02559409e7ed4b18fb08347c040ff2f9e0918e152aab')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgbase-z3-$pkgver
|
cd $pkgbase-z3-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue