Date: Thursday, September 29, 2022 @ 14:29:47
  Author: felixonmars
Revision: 1316206

upgpkg: haskell-postgresql-binary 0.12.5-1: rebuild with aeson 2.0.3.0, 
aeson-diff 1.1.0.11, bower-json 1.1.0.0, http2 3.0.3, hoauth2 2.1.0, jose 0.9, 
microlens-aeson 2.4.0, postgresql-binary 0.12.5, postgrest 10.0.0, req 3.10.0

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 14:21:23 UTC (rev 1316205)
+++ PKGBUILD    2022-09-29 14:29:47 UTC (rev 1316206)
@@ -3,8 +3,8 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.12.4.1
-pkgrel=146
+pkgver=0.12.5
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary";
 license=("MIT")
@@ -12,15 +12,15 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-parser' 
'haskell-bytestring-strict-builder'
          'haskell-network-ip' 'haskell-scientific' 
'haskell-unordered-containers'
          'haskell-uuid' 'haskell-vector')
-makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
              'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
-             'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
-             'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+             'haskell-rerebase' 'pifpaf' 'postgresql')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('dd1357c1c282d7f906ef1e5af8d47403a24cc31169abee4b559fd2f605bf00a32c710e49fe5f23fc5695662968ea70b2c4ad7339bee43de41cecaa1c4172820f')
+sha512sums=('471bd8c9fb97ef891fde094f616f246d6228f8eccc1c17a711e84604b1ea1f157f37ada4cfeb670d71afc83df11158cc16227d254bd8c00024dbf4351b6ac7ad')
 
 prepare() {
     cd $_hkgname-$pkgver
+    gen-setup
     # Do not use default postgres port
     sed -i 's/5432/9824/' tasty/Main/DB.hs
 }

Reply via email to