Date: Wednesday, February 8, 2017 @ 08:31:16 Author: felixonmars Revision: 211171
upgpkg: haskell-hspec-core 2.4.1-1 rebuild with hspec,2.4.1 hspec-core,2.4.1 hspec-discover,2.4.1 hspec-smallcheck,0.4.2 Modified: haskell-hspec-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-08 08:30:20 UTC (rev 211170) +++ PKGBUILD 2017-02-08 08:31:16 UTC (rev 211171) @@ -3,8 +3,8 @@ _hkgname=hspec-core pkgname=haskell-hspec-core -pkgver=2.3.2 -pkgrel=2 +pkgver=2.4.1 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') @@ -12,8 +12,8 @@ depends=('ghc=8.0.1' 'haskell-ansi-terminal' 'haskell-async' 'haskell-call-stack' 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random' 'haskell-setenv' 'haskell-tf-random') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('45a751f4c2002fbe19e2a40a637dbc90') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +md5sums=('3f9121ec7a875155d5682b6b8d5c3149') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
