Date: Friday, February 10, 2023 @ 23:41:43 Author: felixonmars Revision: 1399688
upgpkg: haskell-hspec-contrib 0.5.2-1: rebuild with hspec-contrib 0.5.2 Modified: haskell-hspec-contrib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-10 22:59:14 UTC (rev 1399687) +++ PKGBUILD 2023-02-10 23:41:43 UTC (rev 1399688) @@ -2,8 +2,8 @@ _hkgname=hspec-contrib pkgname=haskell-hspec-contrib -pkgver=0.5.1.1 -pkgrel=9 +pkgver=0.5.2 +pkgrel=1 pkgdesc="Contributed functionality for Hspec" url="https://hspec.github.io/" license=('MIT') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-hspec-core' 'haskell-hunit') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a37428e0eb657d66ecd7e7ff5544c28abd38a2674929870686e982c38d56b6e4078aeb93f823822529aea2ec8121f0f7677b07863eea2e2c8b2ef420667fceee') +sha512sums=('2d3e5e87820fdfcd9a4ed41a754ac54ca962229b965d89b22bc61f923ba7b55553aa8aa8da5c8c45d2cc3a9043b8adbcb06fe21ad2e7008108c063fb9198e12f') build() { cd $_hkgname-$pkgver
