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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 19:20:14 UTC 2021


    Date: Thursday, August 26, 2021 @ 19:20:13
  Author: felixonmars
Revision: 1006467

upgpkg: postgrest 8.0.0-2: rebuild with tasty 1.4.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 19:17:23 UTC (rev 1006466)
+++ PKGBUILD	2021-08-26 19:20:13 UTC (rev 1006467)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=8.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -50,7 +50,7 @@
 
     eval $(pifpaf run postgresql --host 127.0.0.1)
     createuser -s postgrest_test
-    POSTGREST_TEST_CONNECTION=$(test/create_test_db "postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+    POSTGREST_TEST_CONNECTION=$(test/create_test_db "postgres://$USER@localhost" postgrest_test) runhaskell Setup test --show-details=direct
 
     # Disabled: uses stack
     # test/io-tests.sh



More information about the arch-commits mailing list