Date: Sunday, August 20, 2017 @ 09:48:29 Author: felixonmars Revision: 252665
upgpkg: postgrest 0.4.2.0-5 rebuild with optparse-applicative,0.14.0.0 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-20 09:44:50 UTC (rev 252664) +++ PKGBUILD 2017-08-20 09:48:29 UTC (rev 252665) @@ -4,7 +4,7 @@ pkgname=postgrest pkgver=0.4.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -29,6 +29,7 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../protolude-0.2.patch + sed -i 's/, optparse-applicative >= 0.13 && < 0.14/, optparse-applicative >= 0.13/' ${pkgname}.cabal } build() {
