Date: Monday, December 20, 2021 @ 11:11:15 Author: felixonmars Revision: 1080023
upgpkg: haskell-silently 1.2.5.2-1: rebuild with silently 1.2.5.2 Modified: haskell-silently/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 11:09:44 UTC (rev 1080022) +++ PKGBUILD 2021-12-20 11:11:15 UTC (rev 1080023) @@ -3,8 +3,8 @@ _hkgname=silently pkgname=haskell-silently -pkgver=1.2.5.1 -pkgrel=12 +pkgver=1.2.5.2 +pkgrel=1 pkgdesc="Prevent or capture writing to stdout and other handles." url="https://github.com/hspec/silently" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1347a1da5082ca015ca609ef313ad04c253d12ab7b08f8f714b4c70282d3c01ba753f278bef4111fd8a0cc25bd3be37908b7e565d99d4b7c2a2fcc019febb8d6') +sha512sums=('13fe9602e6195f63e1c4ea1bda5a2e10c73846c380d9e093ef64a178a7700afe5657c488af66132db6442c3058111e6a04ebe8273be1be668136e23e5cabf6f5') build() { cd $_hkgname-$pkgver @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
