Date: Sunday, January 8, 2023 @ 19:47:47 Author: felixonmars Revision: 1382053
upgpkg: haskell-persistent-postgresql 2.13.4.0-1: rebuild with persistent-postgresql 2.13.4.0 Modified: haskell-persistent-postgresql/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-08 19:41:41 UTC (rev 1382052) +++ PKGBUILD 2023-01-08 19:47:47 UTC (rev 1382053) @@ -2,8 +2,8 @@ _hkgname=persistent-postgresql pkgname=haskell-persistent-postgresql -pkgver=2.13.3.0 -pkgrel=4 +pkgver=2.13.4.0 +pkgrel=1 pkgdesc="Backend for the persistent library using postgresql." url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-conduit' 'haskell-monad-logger' 'haskell-persistent' 'haskell-postgresql-libpq' 'haskell-postgresql-simple' 'haskell-resource-pool' 'haskell-resourcet' - 'haskell-string-conversions' 'haskell-unliftio-core') + 'haskell-string-conversions' 'haskell-unliftio-core' 'haskell-vault') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hspec-expectations' 'haskell-hspec-expectations-lifted' 'haskell-http-api-data' 'haskell-path-pieces' 'haskell-persistent-qq' @@ -19,7 +19,7 @@ 'haskell-unordered-containers' 'haskell-vector') checkdepends=('pifpaf' 'postgresql') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('96894949bd53ed52ce472c034a28fff859710b9f02662aa4b4f39bb6a7501d88f9223a5ae20f6668ac8930c57fa4e089fc875c4fda91da3d5244d7068007a19e') +sha512sums=('0c250736a28a8c12ba1182758eaf764c704d025bcb34cbd8d9cdea3639606bf9c8433400de3f1441f590002797babde59ac6966c6cde49b41a976891cd47c9fd') prepare() { cd $_hkgname-$pkgver
