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

Felix Yan felixonmars at archlinux.org
Sat Nov 23 16:23:48 UTC 2019


    Date: Saturday, November 23, 2019 @ 16:23:47
  Author: felixonmars
Revision: 532130

upgpkg: haskell-postgresql-binary 0.12.1.3-19

rebuild with rebase 1.4.1, rerebase 1.4.1

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 16:13:24 UTC (rev 532129)
+++ PKGBUILD	2019-11-23 16:23:47 UTC (rev 532130)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.3
-pkgrel=18
+pkgrel=19
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
@@ -20,6 +20,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a517d8fbe3c3ba154c379c01dd83b5322eece425ec4546e6bc7386836a10e7b6366415afecea82d0c9043f26caeb53dc74d071c068a0473ac0128a583d78bc16')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/isLeft)/isLeft, select)/' tasty/Main.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list