Date: Sunday, November 7, 2021 @ 08:12:17 Author: felixonmars Revision: 1038421
upgpkg: haskell-puremd5 2.1.3-38: rebuild with entropy 0.4.1.7 Modified: haskell-puremd5/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-07 08:10:59 UTC (rev 1038420) +++ PKGBUILD 2021-11-07 08:12:17 UTC (rev 1038421) @@ -4,7 +4,7 @@ _hkgname=pureMD5 pkgname=haskell-puremd5 pkgver=2.1.3 -pkgrel=37 +pkgrel=38 pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm" url="https://hackage.haskell.org/package/pureMD5" license=('BSD') @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-test runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
