Date: Sunday, March 22, 2020 @ 01:33:37 Author: felixonmars Revision: 603186
upgpkg: postgrest 6.0.2-104: rebuild with network 3.1.1.1, network-bsd 2.8.1.0 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 01:27:19 UTC (rev 603185) +++ PKGBUILD 2020-03-22 01:33:37 UTC (rev 603186) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=6.0.2 -pkgrel=103 +pkgrel=104 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/' $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/' $pkgname.cabal sed -i -e '/ fail /d' src/PostgREST/Config.hs
