Date: Monday, March 21, 2022 @ 02:36:46 Author: felixonmars Revision: 1166545
upgpkg: haskell-x509 1.7.6-8: rebuil with memory 0.17.0 Modified: haskell-x509/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 02:36:40 UTC (rev 1166544) +++ PKGBUILD 2022-03-21 02:36:46 UTC (rev 1166545) @@ -4,7 +4,7 @@ _hkgname=x509 pkgname=haskell-x509 pkgver=1.7.6 -pkgrel=7 +pkgrel=8 pkgdesc="X509 reader and writer" url="https://github.com/vincenthz/hs-certificate" license=("BSD") @@ -19,7 +19,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
