Date: Thursday, December 3, 2020 @ 19:56:08 Author: felixonmars Revision: 769739
upgpkg: haskell-yesod-test 1.6.11-1: rebuild with yesod-test 1.6.11 Modified: haskell-yesod-test/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-03 19:55:42 UTC (rev 769738) +++ PKGBUILD 2020-12-03 19:56:08 UTC (rev 769739) @@ -2,8 +2,8 @@ _hkgname=yesod-test pkgname=haskell-yesod-test -pkgver=1.6.10 -pkgrel=107 +pkgver=1.6.11 +pkgrel=1 pkgdesc="Integration testing for WAI/Yesod Applications" url="https://www.yesodweb.com" license=('MIT') @@ -15,13 +15,8 @@ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yesod-core') makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 'haskell-unliftio-core') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('badbd76b9a345c86f9dcf8b5d6043f173eec60bf6f39bdcb4a60d17d95ad693991a1c7b4061a1e86d61fb9efe3f2f29b3129e6b9ffef4b07d5b563116959b016') +sha512sums=('ebf03b6104b768b88f0ed50210f61c0d610a9f820d1887bb89a91384e2a9efa79e1773d8037f67fab2421bff3cb6f60cbfe79b3cede475b7019fd21c07437e04') -prepare() { - cd $_hkgname-$pkgver - sed -i '/semigroups/d' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
