Date: Saturday, May 28, 2022 @ 16:11:00 Author: felixonmars Revision: 1212091
upgpkg: haskell-email-validate 2.3.2.16-9: rebuild with doctest 0.20.0 Modified: haskell-email-validate/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-28 16:10:53 UTC (rev 1212090) +++ PKGBUILD 2022-05-28 16:11:00 UTC (rev 1212091) @@ -4,16 +4,21 @@ _hkgname=email-validate pkgname=haskell-email-validate pkgver=2.3.2.16 -pkgrel=8 +pkgrel=9 pkgdesc="Validating an email address string against RFC 5322" url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6ccf3b78600fa68ec3202b4b92465467303220f751f688aea64c2359c1e63d38fdf859228d96d38256cd52f5da918fe6986c028cae13ed0521019f8f79389d05') +prepare() { + cd $_hkgname-$pkgver + uusi -u doctest $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
