Date: Monday, August 29, 2022 @ 16:10:22 Author: felixonmars Revision: 1285369
upgpkg: haskell-threads 0.5.1.7-1: rebuild with threads 0.5.1.7 Modified: haskell-threads/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 16:08:06 UTC (rev 1285368) +++ PKGBUILD 2022-08-29 16:10:22 UTC (rev 1285369) @@ -3,8 +3,8 @@ _hkgname=threads pkgname=haskell-threads -pkgver=0.5.1.6 -pkgrel=19 +pkgver=0.5.1.7 +pkgrel=1 pkgdesc="Fork threads and wait for their result" url="https://github.com/basvandijk/threads" 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=('d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525') +sha512sums=('6f37439d14629ece14865bc4067b6531ebc9d5061868e96c5073164453cda5d48a019667a655eac30cb9828d8849a6adc31ee824cc5ebe8513b1f320f9ac46fb') 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
