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

Felix Yan felixonmars at archlinux.org
Thu Sep 17 14:04:05 UTC 2020


    Date: Thursday, September 17, 2020 @ 14:04:04
  Author: felixonmars
Revision: 708664

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

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-17 13:55:53 UTC (rev 708663)
+++ PKGBUILD	2020-09-17 14:04:04 UTC (rev 708664)
@@ -3,8 +3,8 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.12.3
-pkgrel=35
+pkgver=0.12.3.1
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
@@ -18,15 +18,12 @@
              '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=('81ab37755d6391edce60bb52e7d8aececa05ad6c8ed044e9015477257e1d91fa24d0a62df8819812ec80f8af5c1587006cecabc124684ab49d1ae041f2c0f332')
+sha512sums=('55e86131662dc5d50c98c6ad0de16959ea3467ec67ece26301f809922abaa2c9213c863ed7db99de1e23acdcfbd9ebebf289e356478b2aeffb3b536e95f91edf')
 
 prepare() {
     cd $_hkgname-$pkgver
     # Do not use default postgres port
     sed -i 's/5432/9824/' tasty/Main/DB.hs
-
-    # rebase 1.7.1.1
-    sed -i 's/import Main.Prelude/import Main.Prelude hiding (unit)/' tasty/Main/DB.hs
 }
 
 build() {



More information about the arch-commits mailing list