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

Felix Yan felixonmars at archlinux.org
Mon May 31 12:52:31 UTC 2021


    Date: Monday, May 31, 2021 @ 12:52:31
  Author: felixonmars
Revision: 952794

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

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 12:48:03 UTC (rev 952793)
+++ PKGBUILD	2021-05-31 12:52:31 UTC (rev 952794)
@@ -3,10 +3,10 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.14
-pkgrel=14
+pkgver=8.15
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"
-url="https://leventerkok.github.com/sbv"
+url="https://leventerkok.github.io/sbv"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-async' 'haskell-libbf' 'haskell-random'
@@ -15,7 +15,7 @@
              '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=('3f4d955bce4c796f8c9557fb34f62674e19b8e09fc5831605cc8e2db2edf5958a4539089860c0d62219870e48631fc7460b64127754c6ce2e3b750d7f8c83655')
+sha512sums=('08bde9c3f754de98cfc2fafcbf90a0b9342e88304dc418b569b8d8ebce9f8f42a2862033234ab86d67f3546416d001dccc02b8c7f6135835ea82a7b1f60d4fb3')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list