Date: Tuesday, May 25, 2021 @ 18:28:21 Author: felixonmars Revision: 946192
upgpkg: haskell-persistent 2.13.0.2-1: rebuild with persistent 2.13.0.2, persistent-mysql 2.13.0.1, persistent-postgresql 2.13.0.1, persistent-qq 2.12.0.1, persistent-sqlite 2.13.0.2, persistent-test 2.13.0.1 Modified: haskell-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-25 18:00:45 UTC (rev 946191) +++ PKGBUILD 2021-05-25 18:28:21 UTC (rev 946192) @@ -3,8 +3,8 @@ _hkgname=persistent pkgname=haskell-persistent -pkgver=2.12.1.1 -pkgrel=8 +pkgver=2.13.0.2 +pkgrel=1 pkgdesc="Type-safe, multi-backend data serialization" url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -11,13 +11,14 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 'haskell-http-api-data' - 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet' - 'haskell-scientific' 'haskell-silently' 'haskell-th-lift-instances' + 'haskell-lift-type' 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' + 'haskell-resourcet' 'haskell-scientific' 'haskell-silently' 'haskell-th-lift-instances' 'haskell-unordered-containers' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vector') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-shakespeare') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances' + 'haskell-shakespeare') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c22f97b9b9381f0e65dbe7401c46777f26dacaf5bb9df9b6b32f46bb82b1fa257ecf8a1e03fd6f553ee51290896e2afa6ba532b75694c68a130363f5b5483544') +sha512sums=('10290d73377cad62ae74452c2557b2a487edaddeb61498b43358323065b01325502afdf07dc94f85233b25ddb5616001866518accbbb8cb9b92d9f905c7967c1') build() { cd $_hkgname-$pkgver
