Date: Monday, December 20, 2021 @ 00:37:02 Author: felixonmars Revision: 1079114
upgpkg: haskell-genvalidity-property 1.0.0.0-1: rebuild with validity 0.12.0.0, genvalidity 1.0.0.0, genvalidity-hspec 1.0.0.0, genvalidity-property 1.0.0.0 Modified: haskell-genvalidity-property/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 00:35:20 UTC (rev 1079113) +++ PKGBUILD 2021-12-20 00:37:02 UTC (rev 1079114) @@ -2,8 +2,8 @@ _hkgname=genvalidity-property pkgname=haskell-genvalidity-property -pkgver=0.5.0.1 -pkgrel=129 +pkgver=1.0.0.0 +pkgrel=1 pkgdesc="Standard properties for functions on Validity types" url="https://github.com/NorfairKing/validity" license=('MIT') @@ -10,10 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-genvalidity' 'haskell-hspec' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-validity') -makedepends=('ghc' 'haskell-doctest') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a50b3cb28cb843bfacff8b1a2248fc6e80ea1667518955a0d8479d607017f45ff99eac71be6797e232e9d6f08f6bfeb3ce00b346c9a40d2cf9da880d84f29add') +sha512sums=('fdb11224baad570cc91762ade0a09be924547df0cb6d3438463e17d981ac8298052051f3dc3df3ccf17386eb12e47cf68a218d4374d806f709df106018fd290c') +prepare() { + cd $_hkgname-$pkgver + gen-setup +} + build() { cd $_hkgname-$pkgver
