[arch-commits] Commit in postgrest/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 00:29:01 UTC 2022


    Date: Monday, March 21, 2022 @ 00:29:01
  Author: felixonmars
Revision: 1166418

upgpkg: postgrest 8.0.0-146: rebuild with rebase 1.13.1, rerebase 1.13.1

Modified:
  postgrest/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 00:25:49 UTC (rev 1166417)
+++ PKGBUILD	2022-03-21 00:29:01 UTC (rev 1166418)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=8.0.0
-pkgrel=145
+pkgrel=146
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -35,7 +35,7 @@
     cd $pkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-CI --ghc-option='-pie'
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list