Date: Tuesday, May 19, 2020 @ 23:47:13 Author: felixonmars Revision: 630348
upgpkg: postgrest 7.0.0-31: rebuild with tasty-golden 2.3.3.3 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 23:44:29 UTC (rev 630347) +++ PKGBUILD 2020-05-19 23:47:13 UTC (rev 630348) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=7.0.0 -pkgrel=30 +pkgrel=31 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -42,7 +42,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-CI --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
