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

Felix Yan felixonmars at archlinux.org
Tue Dec 3 22:47:18 UTC 2019


    Date: Tuesday, December 3, 2019 @ 22:47:17
  Author: felixonmars
Revision: 534997

upgpkg: postgrest 6.0.0-64

rebuild with comonad 5.0.6

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 22:46:49 UTC (rev 534996)
+++ PKGBUILD	2019-12-03 22:47:17 UTC (rev 534997)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=63
+pkgrel=64
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -28,6 +28,8 @@
 prepare() {
     cd $pkgname-$pkgver
     sed -i 's/< *3.3/<4/' $pkgname.cabal
+
+    sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
 }
 
 build() {
@@ -47,7 +49,7 @@
 check() {
     cd $pkgname-$pkgver
 
-    eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+    eval $(pifpaf run postgresql --host 127.0.0.1)
     createdb postgrest_test
 
     # TODO: user authentication issue?



More information about the arch-commits mailing list