[arch-commits] Commit in haskell-postgresql-binary/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 27 17:39:55 UTC 2021


    Date: Saturday, March 27, 2021 @ 17:39:55
  Author: felixonmars
Revision: 905409

upgpkg: haskell-postgresql-binary 0.12.4-1: rebuild with postgresql-binary 0.12.4

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 17:33:32 UTC (rev 905408)
+++ PKGBUILD	2021-03-27 17:39:55 UTC (rev 905409)
@@ -3,15 +3,14 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.12.3.3
-pkgrel=72
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 'haskell-binary-parser'
-         'haskell-bytestring-strict-builder' 'haskell-loch-th' 'haskell-network-ip'
-         'haskell-placeholders' 'haskell-scientific' 'haskell-unordered-containers'
+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'
              'haskell-tasty-hunit' 'haskell-quickcheck' 'haskell-quickcheck-instances'
@@ -18,7 +17,7 @@
              'haskell-json-ast' 'haskell-conversion' 'haskell-conversion-bytestring'
              'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 'postgresql')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1d7fb657069a68e151c72c21d2aacf500756fa86fcb5ce546f63692a88bc2066f78feb563e0239afc370ace02dd5b47a19291bbe751d7642c34a879e5bf9bcfd')
+sha512sums=('dab0c03a232d8d934f7415b8da6085eb7b31d912dc26c68a6284ed10e10bba22486b0e856eb97a1562edb6d57094535e5af41db28ea279e9a22ccaf1ea1cbb2e')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list