Date: Monday, March 21, 2022 @ 12:36:52 Author: felixonmars Revision: 1166693
upgpkg: haskell-yesod-auth 1.6.10.4-101: rebuil with memory 0.17.0 Modified: haskell-yesod-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 12:35:57 UTC (rev 1166692) +++ PKGBUILD 2022-03-21 12:36:52 UTC (rev 1166693) @@ -4,7 +4,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.6.10.4 -pkgrel=100 +pkgrel=101 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -26,7 +26,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -fnetwork-uri runhaskell Setup build $MAKEFLAGS
