[arch-commits] Commit in haskell-sbv/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 25 19:17:11 UTC 2022


    Date: Friday, March 25, 2022 @ 19:17:11
  Author: felixonmars
Revision: 1176596

upgpkg: haskell-sbv 8.17-1: rebuild with sbv 8.17

Modified:
  haskell-sbv/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 19:15:03 UTC (rev 1176595)
+++ PKGBUILD	2022-03-25 19:17:11 UTC (rev 1176596)
@@ -3,8 +3,8 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.16
-pkgrel=71
+pkgver=8.17
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"
 url="https://leventerkok.github.io/sbv"
 license=("BSD")
@@ -15,12 +15,12 @@
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 checkdepends=('abc' 'cvc4' 'yices' 'z3')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('56f3e1a528353478cfe17d079b3537eebeeac5d59af91a85656ce34b5b8e22be411810f52b719d586fc97173f518b7161b920a3c0b310fb4f730bf0a459cc01b')
+sha512sums=('6d9bae30012596b429c9119e331682ae76de7b786f5e8edecdd74b46e2d77fcd0b77314bd6fb5b0e48932f82d445d443c7ba037b495adb5b97bf922933442fb9')
 
 prepare() {
     cd $_hkgname-$pkgver
     # Remove SMT solvers not in the repos
-    sed -i 's/, boolector//;s/, mathSAT//;s/, dReal//' SBVTestSuite/SBVConnectionTest.hs
+    sed -i 's/, boolector//;s/, mathSAT//;s/, dReal//;s/, bitwuzla//;s/, cvc5//' SBVTestSuite/SBVConnectionTest.hs
 }
 
 build() {



More information about the arch-commits mailing list