Date: Saturday, February 27, 2021 @ 20:22:35 Author: felixonmars Revision: 875419
upgpkg: haskell-lucid 2.9.12.1-1: rebuild with lucid 2.9.12.1 Modified: haskell-lucid/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-27 20:20:30 UTC (rev 875418) +++ PKGBUILD 2021-02-27 20:22:35 UTC (rev 875419) @@ -2,8 +2,8 @@ _hkgname=lucid pkgname=haskell-lucid -pkgver=2.9.12 -pkgrel=101 +pkgver=2.9.12.1 +pkgrel=1 pkgdesc="Clear to write, read and edit DSL for HTML" url="https://github.com/chrisdone/lucid" license=('BSD') @@ -12,13 +12,8 @@ 'haskell-unordered-containers') makedepends=('ghc' 'haskell-bifunctors' 'haskell-hspec' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('d26bd0889032482d91c69f23b237437a9ab133e87143364f9b134434bdd5cc849b6393f837f6096410dae51058a47e444c2d4b04a56e8f4f64d5104732180a54') +sha512sums=('2572047a2711ae26b3e736ac73acb5c154d7493d47323853fda0503fa75ded35df9d7819f43879583b097718ee90235c71d8c9839c4a89ceecaa8a830b077651') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.14/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver @@ -34,8 +29,7 @@ check() { cd $_hkgname-$pkgver - # https://github.com/chrisdone/lucid/issues/103 - runhaskell Setup test || echo "Tests failed" + runhaskell Setup test } package() {
