[arch-commits] Commit in postgrest/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 23 17:09:32 UTC 2022


    Date: Wednesday, March 23, 2022 @ 17:09:31
  Author: felixonmars
Revision: 1171569

upgpkg: postgrest 8.0.0-156: rebuild with hasql 1.5

Modified:
  postgrest/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 16:59:02 UTC (rev 1171568)
+++ PKGBUILD	2022-03-23 17:09:31 UTC (rev 1171569)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=8.0.0
-pkgrel=155
+pkgrel=156
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -28,7 +28,10 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u base -u hspec -u HTTP -u lens -u retry $pkgname.cabal
+    uusi -u base -u hasql -u hspec -u HTTP -u lens -u retry $pkgname.cabal
+
+    # TODO: not a proper fix. probably newly added "column" should be shown too
+    sed -i 's/H.RowError i/H.RowError i _/' src/PostgREST/Error.hs
 }
 
 build() {



More information about the arch-commits mailing list