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

Felix Yan felixonmars at archlinux.org
Sat May 2 04:34:53 UTC 2020


    Date: Saturday, May 2, 2020 @ 04:34:52
  Author: felixonmars
Revision: 624297

upgpkg: postgrest 7.0.0-24: rebuild with swagger2 2.6

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 04:24:36 UTC (rev 624296)
+++ PKGBUILD	2020-05-02 04:34:52 UTC (rev 624297)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.0
-pkgrel=23
+pkgrel=24
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -30,7 +30,7 @@
 prepare() {
     cd $pkgname-$pkgver
     patch -p1 -i ../$pkgname-protolude-0.3.patch || :
-    sed -i 's/< *4.1/<5/;s/< *0.3/<1/;s/< *1.1/<2/' $pkgname.cabal
+    sed -i 's/< *4.1/<5/;s/< *0.3/<1/;s/< *1.1/<2/;s/< *2.6/<3/' $pkgname.cabal
     sed -i -e '/ fail /d' src/PostgREST/Config.hs
     sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
 }



More information about the arch-commits mailing list