Date: Wednesday, January 22, 2020 @ 14:06:11 Author: felixonmars Revision: 553520
upgpkg: postgrest 6.0.2-22: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1, store 0.7.1, hackage-security 0.6.0.0, hakyll 4.13.0.1 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 13:46:27 UTC (rev 553519) +++ PKGBUILD 2020-01-22 14:06:11 UTC (rev 553520) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=6.0.2 -pkgrel=21 +pkgrel=22 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -27,8 +27,10 @@ prepare() { cd $pkgname-$pkgver - sed -i -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $pkgname.cabal + sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $pkgname.cabal + sed -i -e '/ fail /d' src/PostgREST/Config.hs + sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh }
