Date: Sunday, April 25, 2021 @ 12:47:33 Author: felixonmars Revision: 924159
upgpkg: haskell-persistent-test 2.12.0.0-1: rebuild with persistent 2.12.0.2, persistent-qq 2.12.0.0, persistent-sqlite 2.12.0.0, persistent-test 2.12.0.0, esqueleto 3.4.2.0 Modified: haskell-persistent-test/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-25 12:42:29 UTC (rev 924158) +++ PKGBUILD 2021-04-25 12:47:33 UTC (rev 924159) @@ -2,21 +2,21 @@ _hkgname=persistent-test pkgname=haskell-persistent-test -pkgver=2.0.3.5 -pkgrel=84 +pkgver=2.12.0.0 +pkgrel=1 pkgdesc="Tests for Persistent" url="https://github.com/yesodweb/persistent" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-persistent' 'haskell-persistent-template' 'haskell-aeson' - 'haskell-blaze-html' 'haskell-conduit' 'haskell-hspec' - 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-monad-control' 'haskell-monad-logger' - 'haskell-path-pieces' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-random' - 'haskell-resourcet' 'haskell-transformers-base' 'haskell-unliftio' 'haskell-unliftio-core' +depends=('ghc-libs' 'haskell-persistent' 'haskell-aeson' 'haskell-blaze-html' 'haskell-conduit' + 'haskell-hspec' 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-monad-control' + 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-quickcheck' + 'haskell-quickcheck-instances' 'haskell-random' 'haskell-resourcet' + 'haskell-transformers-base' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-unordered-containers') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('e4a4c4950ef4c8a0154e35574623c1137341c305bd25fdfa39c9cafa5a47f309a473fc53cda0d5118543cb8caf1826fb0e581a629448b7ae26d25a515099cfe8') +sha512sums=('ba0631be6b38a3aba4269a6da2be33fb273859ab5901de2bf1a2412c0a463520fb22c22fd9101d337317c915c718d37250c4e0a10ea23dee48b1bad049c2d535') build() { cd $_hkgname-$pkgver
