Date: Monday, March 21, 2022 @ 15:02:10 Author: felixonmars Revision: 1166900
upgpkg: haskell-hspec 2.9.2-1: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 15:01:31 UTC (rev 1166899) +++ PKGBUILD 2022-03-21 15:02:10 UTC (rev 1166900) @@ -2,8 +2,8 @@ _hkgname=hspec pkgname=haskell-hspec -pkgver=2.9.1 -pkgrel=18 +pkgver=2.9.2 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') @@ -12,13 +12,13 @@ 'haskell-hspec-expectations') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('0adaabc35f417a8aa3a258ed12175c6d08a6d250faab49ae679b871d2330049042e54ae0306f37d95afee8e1edb53b49c96a476b8919f0a9230c278f2de3f56f') +sha512sums=('f01acd67eb126cbc37894466164706fca598c16d11dba45562a23e3978c531dda3c0382131044b93998e2d93068c940078c5a387ea6a0295894d4e77cc64b294') build() { 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
