Date: Monday, March 21, 2022 @ 16:56:58 Author: felixonmars Revision: 1167283
upgpkg: haskell-unicode-show 0.1.1.0-21: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-unicode-show/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 16:56:52 UTC (rev 1167282) +++ PKGBUILD 2022-03-21 16:56:58 UTC (rev 1167283) @@ -4,7 +4,7 @@ _hkgname=unicode-show pkgname=haskell-unicode-show pkgver=0.1.1.0 -pkgrel=20 +pkgrel=21 pkgdesc="Print and show in unicode" url="https://github.com/nushio3/unicode-show#readme" license=("BSD") @@ -18,7 +18,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
