Date: Tuesday, January 3, 2023 @ 14:27:40 Author: felixonmars Revision: 1374936
upgpkg: haskell-rate-limit 1.4.3-1: rebuild with rate-limit 1.4.3 Modified: haskell-rate-limit/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-03 14:20:14 UTC (rev 1374935) +++ PKGBUILD 2023-01-03 14:27:40 UTC (rev 1374936) @@ -2,7 +2,7 @@ _hkgname=rate-limit pkgname=haskell-rate-limit -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 pkgdesc="A basic library for rate-limiting IO actions." url="https://github.com/acw/rate-limit" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-time-units') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('5552bbf9b669772b88c23b649167d2f0cb9aef1ad99c03127a3b48fff94e617d') +sha256sums=('3df92663ef6499326e8f297452a0907b129b253a935ad7b69b253340e1d61376') prepare() { cd $_hkgname-$pkgver @@ -23,11 +23,11 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
