[arch-commits] Commit in haskell-sbv/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 9 16:56:31 UTC 2017
Date: Thursday, November 9, 2017 @ 16:56:27
Author: felixonmars
Revision: 266030
upgpkg: haskell-sbv 7.4-1
rebuild with sbv,7.4
Modified:
haskell-sbv/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-09 16:30:10 UTC (rev 266029)
+++ PKGBUILD 2017-11-09 16:56:27 UTC (rev 266030)
@@ -4,18 +4,18 @@
_hkgname=sbv
pkgname=haskell-sbv
-pkgver=7.3
-pkgrel=3
+pkgver=7.4
+pkgrel=1
pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"
url="http://leventerkok.github.com/sbv"
license=("custom:BSD3")
-arch=('i686' 'x86_64')
+arch=('x86_64')
depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 'haskell-async'
'haskell-mtl' 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754'
'haskell-generic-deriving')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('df4a94f811573cf3c48892ce0a121f0cbea090784d92dc376f68caf1d2d9e5f9fee2ba7efb44e6dbfeb41c397946eb2b0136d2324b9f47a2889a8fb4cec5892f')
+sha512sums=('73eac796c93fb43977428a476a3a63b844153c208b55dd3edb0dbc9e9426ffb9dbb3359d60ad423ae0260c6a0060f3b1c2408162b9ebd931c0a8bdcafd073058')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list