Date: Monday, March 21, 2022 @ 15:01:22 Author: felixonmars Revision: 1166898
upgpkg: haskell-hspec-core 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-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 15:01:17 UTC (rev 1166897) +++ PKGBUILD 2022-03-21 15:01:22 UTC (rev 1166898) @@ -2,8 +2,8 @@ _hkgname=hspec-core pkgname=haskell-hspec-core -pkgver=2.9.1 -pkgrel=17 +pkgver=2.9.2 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') @@ -14,7 +14,7 @@ makedepends=('ghc') checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('dc2f2cfe4838643fe4b6ebc899f296f754ae797f39d9dd4a15ae4f5f59a59e9a07130668089bc4439b7d286016da7e06da2f173d446f934c09af92ff99999435') +sha512sums=('b5fa0d360798be18a3588e085e67b54a03d8ad7139ffacbaa6f7cef621a8ca943569638cf4c44abb8e6d1ae8322a286502fe2646f4f65d5a35cf7b9203c88ec0') build() { cd $_hkgname-$pkgver @@ -26,7 +26,7 @@ fi runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname "${_opts[@]}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
