Date: Sunday, March 22, 2020 @ 12:53:19 Author: felixonmars Revision: 603499
upgpkg: postgrest 6.0.2-106: rebuild with swagger 2.5 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 12:52:34 UTC (rev 603498) +++ PKGBUILD 2020-03-22 12:53:19 UTC (rev 603499) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=6.0.2 -pkgrel=105 +pkgrel=106 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -36,7 +36,7 @@ patch -p1 -i ../postgrest-swagger-2.4.patch patch -p1 -i ../postgrest-hspec-wai-0.10.patch patch -p1 -i ../postgrest-configuration-pg-0.2.patch || : - sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' -e 's/< *3.3/<4/' -e 's/< *0/<1/' -e 's/< *2.9/<3.2/' $pkgname.cabal + sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' -e 's/< *3.3/<4/' -e 's/< *0/<1/' -e 's/< *2.9/<3.2/' -e 's/< *2.5/<3/' $pkgname.cabal sed -i -e '/ fail /d' src/PostgREST/Config.hs
