Date: Tuesday, December 24, 2019 @ 19:57:40 Author: felixonmars Revision: 540020
upgpkg: postgrest 6.0.2-7: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16, pandoc-citeproc 0.16.4, pandoc-crossref 0.3.5.0 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-24 19:52:41 UTC (rev 540019) +++ PKGBUILD 2019-12-24 19:57:40 UTC (rev 540020) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=6.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -27,7 +27,7 @@ prepare() { cd $pkgname-$pkgver - sed -i 's/< *3.3/<4/' $pkgname.cabal + sed -i -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $pkgname.cabal sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh }
