Date: Tuesday, July 20, 2021 @ 13:05:18 Author: felixonmars Revision: 979969
upgpkg: haskell-integer-roots 1.0-2: rebuild with regex-posix 0.96.0.1 Modified: haskell-integer-roots/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-20 13:04:04 UTC (rev 979968) +++ PKGBUILD 2021-07-20 13:05:18 UTC (rev 979969) @@ -3,7 +3,7 @@ _hkgname=integer-roots pkgname=haskell-integer-roots pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Integer roots and perfect powers" url="https://github.com/Bodigrim/integer-roots" license=("MIT") @@ -32,7 +32,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 @@ -41,7 +41,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
