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

Felix Yan felixonmars at archlinux.org
Wed Jul 1 17:28:03 UTC 2020


    Date: Wednesday, July 1, 2020 @ 17:28:02
  Author: felixonmars
Revision: 657385

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

Modified:
  haskell-sbv/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-01 17:23:55 UTC (rev 657384)
+++ PKGBUILD	2020-07-01 17:28:02 UTC (rev 657385)
@@ -3,18 +3,18 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.6
-pkgrel=114
+pkgver=8.7
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"
 url="https://leventerkok.github.com/sbv"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async'
-         'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async' 'haskell-random'
+         'haskell-syb' 'haskell-generic-deriving')
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 'haskell-tasty-golden'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2282c63d21c6baa8070ec8afbfb75deeae6becead7963efd0894d9a82af31de7e993d7bc57c17c5e7914bd458f45771ac7e0995632511584dd6d90bff9034f1f')
+sha512sums=('6e24ec42c72b6e6f2e6516e0dd3d8d4da1c845f0656f05a637f3f212999da1f89a7be288bfbb7c6a359c68762963785ca516f4821157427a71bbb816d594a3c6')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list