Date: Friday, March 24, 2017 @ 06:55:01 Author: felixonmars Revision: 218618
upgpkg: haskell-quickcheck-io 0.1.4-2 rebuild with HUnit,1.6.0.0 Modified: haskell-quickcheck-io/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-24 06:54:51 UTC (rev 218617) +++ PKGBUILD 2017-03-24 06:55:01 UTC (rev 218618) @@ -4,13 +4,13 @@ _hkgname=quickcheck-io pkgname=haskell-quickcheck-io pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Use HUnit assertions as QuickCheck properties" url="https://github.com/hspec/quickcheck-io" license=('MIT') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-hunit' 'haskell-quickcheck') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) md5sums=('4123a22e0d26d931e47e18266c6c4d61') build() {
