summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/z3/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/z3/APKBUILD b/user/z3/APKBUILD
index 5e72cbe9c..490c9a3e9 100644
--- a/user/z3/APKBUILD
+++ b/user/z3/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=z3
-pkgver=4.8.5
+pkgver=4.8.6
pkgrel=0
pkgdesc="Mathematical theorem prover"
url=" "
@@ -10,8 +10,8 @@ license="MIT"
depends=""
makedepends="gmp-dev python3-dev cmd:which"
subpackages="$pkgname-dev py3-$pkgname:py3:noarch"
-source="https://github.com/Z3Prover/z3/archive/Z3-$pkgver.tar.gz"
-builddir="$srcdir/z3-Z3-$pkgver"
+source="https://github.com/Z3Prover/z3/archive/z3-$pkgver.tar.gz"
+builddir="$srcdir/z3-z3-$pkgver"
build() {
PYTHON=python3 ./configure \
@@ -37,4 +37,4 @@ py3() {
mv "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib/
}
-sha512sums="ca36e1a0332bd473a64f41dfdb31656fb3486178473e4fd4934dccce109a84c9686c08f94998df74bacb588eb12ea5db25dc17a564ee76f82fd2559349697309 Z3-4.8.5.tar.gz"
+sha512sums="d338413274a3d11a9e9287202989df9da4c31e095c14428a418d4019e9f86c0e2b681c519d2d0bcbb4cd99a722a2539006f5c86ade568b1ee208545b142369f1 z3-4.8.6.tar.gz"