Date: Wednesday, August 25, 2021 @ 15:04:33 Author: felixonmars Revision: 1004753
upgpkg: haskell-tasty 1.4.2-1: rebuild with tasty 1.4.2 Modified: haskell-tasty/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-25 15:03:35 UTC (rev 1004752) +++ PKGBUILD 2021-08-25 15:04:33 UTC (rev 1004753) @@ -3,10 +3,10 @@ _hkgname=tasty pkgname=haskell-tasty -pkgver=1.4.1 -pkgrel=65 +pkgver=1.4.2 +pkgrel=1 pkgdesc="Modern and extensible testing framework" -url="http://documentup.com/feuerbach/tasty" +url="http://documentup.com/UnkindPartition/tasty" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 'haskell-optparse-applicative' @@ -13,7 +13,7 @@ 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('72f7dfc60d1582be25ff7e5015ba735156fcc2e8074f0655c68eb4f0c0d2063aa882c2407fe8858a47a316d90b84f8b40a511663642bdc43739c3f02beb021b2') +sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665') build() { cd $_hkgname-$pkgver
