Date: Sunday, December 25, 2016 @ 21:47:42 Author: felixonmars Revision: 202390
upgpkg: haskell-tasty-rerun 1.1.6-6 rebuild with unordered-containers-0.2.7.2 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 21:45:37 UTC (rev 202389) +++ PKGBUILD 2016-12-25 21:47:42 UTC (rev 202390) @@ -5,7 +5,7 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.6 -pkgrel=5 +pkgrel=6 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" url="http://github.com/ocharles/tasty-rerun" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty") -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") sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79') build() {
