Date: Monday, March 21, 2022 @ 02:42:19 Author: felixonmars Revision: 1166551
upgpkg: haskell-cheapskate 0.1.1.2-417: rebuil with memory 0.17.0 Modified: haskell-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 02:39:28 UTC (rev 1166550) +++ PKGBUILD 2022-03-21 02:42:19 UTC (rev 1166551) @@ -4,7 +4,7 @@ _hkgname=cheapskate pkgname=haskell-cheapskate pkgver=0.1.1.2 -pkgrel=416 +pkgrel=417 pkgdesc="Experimental markdown processor." url="https://github.com/jgm/cheapskate" license=("BSD") @@ -20,7 +20,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 \ -fdingus runhaskell Setup build $MAKEFLAGS
