Date: Friday, July 20, 2018 @ 03:35:52 Author: felixonmars Revision: 362507
upgpkg: haskell-yesod-test 1.6.5-1 rebuild with yesod-test 1.6.5 Modified: haskell-yesod-test/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-20 03:35:42 UTC (rev 362506) +++ PKGBUILD 2018-07-20 03:35:52 UTC (rev 362507) @@ -3,20 +3,20 @@ _hkgname=yesod-test pkgname=haskell-yesod-test -pkgver=1.6.4 -pkgrel=66 +pkgver=1.6.5 +pkgrel=1 pkgdesc="Integration testing for WAI/Yesod Applications" url="http://www.yesodweb.com" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-blaze-builder' - 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-conduit' + 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit' 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' - 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 'haskell-wai' + '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') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('7e282e2ef503aa81bf979b395806bd1144c0cbd2f0dc24c464fdf0485bdb498bd8a4495789fe8afc8f37747dfbf66c1ca266069a37d5cc7ae5c0fd10ae96e13a') +sha512sums=('ae990cbd3a04bbcefe02a650a904e295ee8e2ca4dd4ac9167e7f2ea879a02bb005dd3d686249f9f891261d8f184f5a3c2abd6e4c41cacb79751f5bd3bc85b4a5') prepare() { cd $_hkgname-$pkgver
