Date: Friday, August 26, 2022 @ 10:38:26 Author: felixonmars Revision: 1281701
upgpkg: haskell-silently 1.2.5.3-1: rebuild with silently 1.2.5.3 Modified: haskell-silently/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-26 10:34:37 UTC (rev 1281700) +++ PKGBUILD 2022-08-26 10:38:26 UTC (rev 1281701) @@ -3,8 +3,8 @@ _hkgname=silently pkgname=haskell-silently -pkgver=1.2.5.2 -pkgrel=2 +pkgver=1.2.5.3 +pkgrel=1 pkgdesc="Prevent or capture writing to stdout and other handles." url="https://github.com/hspec/silently" license=("BSD") @@ -12,13 +12,13 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('13fe9602e6195f63e1c4ea1bda5a2e10c73846c380d9e093ef64a178a7700afe5657c488af66132db6442c3058111e6a04ebe8273be1be668136e23e5cabf6f5') +sha512sums=('1b05420e363ec763c08fb3767cde9b8c701a418ccdfba9b19731d87650f180955ae8affb0298d923a24b7354340945f973fdebdba7d91ac7aeb2cd904820afdb') 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
