Date: Monday, March 21, 2022 @ 03:38:30 Author: felixonmars Revision: 1166647
upgpkg: haskell-mustache 2.4.0-18: rebuil with memory 0.17.0 Modified: haskell-mustache/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:38:24 UTC (rev 1166646) +++ PKGBUILD 2022-03-21 03:38:30 UTC (rev 1166647) @@ -3,7 +3,7 @@ _hkgname=mustache pkgname=haskell-mustache pkgver=2.4.0 -pkgrel=17 +pkgrel=18 pkgdesc="A mustache template parser library." url="https://github.com/JustusAdam/mustache" license=('BSD') @@ -25,7 +25,7 @@ cd $_hkgname-$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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
