summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Abdullin2021-11-15 16:52:46 +0300
committerAzat Abdullin2021-11-15 16:52:46 +0300
commit1e9bcb957d22f48d035922a2d9c6376290712c52 (patch)
tree8015ccc24bad2d33cb436a6188bcde7b45ee6f9b /PKGBUILD
parent14ee66661a641c9a9e96dd31a64576bc2e8b44c0 (diff)
downloadaur-boolector.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3405a2f952f..6f2de5b4b3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=boolector
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Boolector is an efficient SMT solver for the quantifier-free theory of bit-vectors in combination with the quantifier-free extensional theory of arrays."
arch=('i686' 'x86_64')
url="http://boolector.github.io/"
@@ -39,7 +39,7 @@ package() {
find . -name "*.h" -exec install -D -m644 {} "$pkgdir/usr/include/boolector/{}" \;
cd "$srcdir/boolector-3.2.2"
- find . -name "*.so" -exec install -m755 {} "$pkgdir/usr/lib/" \;
+ find . -name "*boolector*.so" -exec install -m755 {} "$pkgdir/usr/lib/" \;
cd "$srcdir/boolector-3.2.2/build/bin"
find . -name "b*" -exec install -D -m755 {} "$pkgdir/usr/bin/{}" \;