Date: Monday, June 6, 2022 @ 17:20:46 Author: felixonmars Revision: 1226914
upgpkg: haskell-yesod-test 1.6.14-1: rebuild with yesod-test 1.6.14 Modified: haskell-yesod-test/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 17:18:25 UTC (rev 1226913) +++ PKGBUILD 2022-06-06 17:20:46 UTC (rev 1226914) @@ -2,20 +2,20 @@ _hkgname=yesod-test pkgname=haskell-yesod-test -pkgver=1.6.13 -pkgrel=12 +pkgver=1.6.14 +pkgrel=1 pkgdesc="Integration testing for WAI/Yesod Applications" url="https://www.yesodweb.com" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' - 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit' + 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-conduit' 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai' '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=('6407fe4a7206d0a2ca2b82c66cfb81d57f09e7e4cf2db21e2dd158f9ee6aca31300d292e7c568a9250f0034875d878705540c0b68a4d8da90b167ab9561edfd5') +sha512sums=('63c3f168f70e8ef1a9ba409a3052bab6c21aed8cb38df3c3ae68d553f74f1ec213db2120d9f985363d167726c161a24bc4a4e4ebd21a5f00b11259e931c0321e') build() { cd $_hkgname-$pkgver
