Date: Tuesday, July 20, 2021 @ 10:53:42 Author: felixonmars Revision: 979719
upgpkg: haskell-exact-pi 0.5.0.1-2: rebuild with regex-posix 0.96.0.1 Modified: haskell-exact-pi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-20 10:53:03 UTC (rev 979718) +++ PKGBUILD 2021-07-20 10:53:42 UTC (rev 979719) @@ -3,7 +3,7 @@ _hkgname=exact-pi pkgname=haskell-exact-pi pkgver=0.5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Exact rational multiples of pi (and integer powers of pi)" url="https://github.com/dmcclean/exact-pi/" license=("MIT") @@ -28,7 +28,7 @@ --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 @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
