Date: Friday, March 12, 2021 @ 20:11:01 Author: felixonmars Revision: 889691
upgpkg: haskell-hedgehog 1.0.5-1: rebuild with hedgehog 1.0.5 Modified: haskell-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-12 20:10:58 UTC (rev 889690) +++ PKGBUILD 2021-03-12 20:11:01 UTC (rev 889691) @@ -3,8 +3,8 @@ _hkgname=hedgehog pkgname=haskell-hedgehog -pkgver=1.0.4 -pkgrel=52 +pkgver=1.0.5 +pkgrel=1 pkgdesc="A modern property-based testing system" url="https://hedgehog.qa" license=("BSD") @@ -13,10 +13,15 @@ 'haskell-erf' 'haskell-lifted-async' 'haskell-mmorph' 'haskell-monad-control' 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' 'haskell-resourcet' 'haskell-transformers-base' 'haskell-wl-pprint-annotated') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('71eb946550c0189e598d2a4205547c007cc4fd101e1cfab38f79535e7c158dfa3b43dec6dde2331d5fe9cb5b0d4c6212f51b820ec146e47ecd9823a99f0f8133') +sha512sums=('03a1bd64451ce90ce7bac67e9f558a97b33cb2f7eeec7885c76558f34018eb794f82344563c6b511094e9cf610a6c0f4c0a229455e57df8729fc093ec212dd98') +prepare() { + cd $_hkgname-$pkgver + gen-setup +} + build() { cd $_hkgname-$pkgver
