Date: Monday, March 21, 2022 @ 16:52:11 Author: felixonmars Revision: 1167243
upgpkg: haskell-zlib 0.6.2.3-69: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-zlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 16:52:06 UTC (rev 1167242) +++ PKGBUILD 2022-03-21 16:52:11 UTC (rev 1167243) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.3 -pkgrel=68 +pkgrel=69 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib" license=('BSD') @@ -17,7 +17,7 @@ build() { cd zlib-$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 \ -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib runhaskell Setup build $MAKEFLAGS
