summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Wiesinger2024-05-14 18:16:12 +0100
committerManuel Wiesinger2024-05-14 18:16:12 +0100
commitfcc61dd205d3fbe916242e07503dddbc4d5cfbf4 (patch)
tree71601b55e2d357bea7b9ee17e02f1cf6144c3964
parent7be4d27198eaee89db1da39bcb09699f79939f33 (diff)
downloadaur-fcc61dd205d3fbe916242e07503dddbc4d5cfbf4.tar.gz
Python 3.12 bump, remove provide Python binding
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5288071e9de4..07b0bd8a9f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwuzla-git
pkgdesc = SMT solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays and uninterpreted functions and their combinations
- pkgver = 0.4.0.r33.g72cad5f
+ pkgver = 0.4.0.r51.g31330f2
pkgrel = 1
url = https://bitwuzla.github.io
arch = x86_64
@@ -28,8 +28,7 @@ pkgbase = bitwuzla-git
depends = kissat
optdepends = cryptominisat5: Support for the CryptoMiniSat SAT solver
optdepends = python>=3.7: Python bindings
- provides = bitwuzla=0.4.0.r33.g72cad5f
- provides = bitwuzla.cpython-311-x86_64-linux-gnu.so
+ provides = bitwuzla=0.4.0.r51.g31330f2
provides = libbitwuzlabv.so
provides = libbitwuzlabb.so
provides = libbitwuzlals.so
diff --git a/PKGBUILD b/PKGBUILD
index 745fa80771c9..579fb529a305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=('bitwuzla')
pkgname=("${_pkgname}-git")
-pkgver=0.4.0.r33.g72cad5f
+pkgver=0.4.0.r51.g31330f2
pkgrel=1
pkgdesc='SMT solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays and uninterpreted functions and their combinations'
arch=('x86_64')
@@ -37,7 +37,6 @@ optdepends=(
)
provides=(
"${_pkgname}=$pkgver"
- 'bitwuzla.cpython-311-x86_64-linux-gnu.so'
'libbitwuzlabv.so'
'libbitwuzlabb.so'
'libbitwuzlals.so'