Date: Sunday, March 20, 2022 @ 22:04:06 Author: felixonmars Revision: 1166299
upgpkg: haskell-wai-app-static 3.1.7.4-1: rebuild with wai-app-static 3.1.7.4 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 22:01:47 UTC (rev 1166298) +++ PKGBUILD 2022-03-20 22:04:06 UTC (rev 1166299) @@ -3,8 +3,8 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static -pkgver=3.1.7.3 -pkgrel=22 +pkgver=3.1.7.4 +pkgrel=1 pkgdesc="WAI application for static serving" url="https://www.yesodweb.com/book/web-application-interface" license=("MIT") @@ -16,13 +16,13 @@ 'haskell-warp' 'haskell-zlib') makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ce360d2cc5e9d7a27934220e8851d82f8d7cf29f97f56241877a210e3f904ea7795bc0eb7859d5b08289e2ae6440d82fc525ec5c8aad50c737b68f8b12ba1f2b') +sha512sums=('5e05147e498a16018a42617ea38fe953566744908740f45374bf8f09897d980de573c96f8f7748ecafd9305a4d4b3bb7236cda516e9a231ff873c91af1d9c493') build() { 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 \ -f-print runhaskell Setup build $MAKEFLAGS
