Date: Saturday, May 23, 2020 @ 15:11:21 Author: felixonmars Revision: 632038
upgpkg: haskell-scientific 0.3.6.2-22: rebuild with tasty 1.3.1 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 15:10:38 UTC (rev 632037) +++ PKGBUILD 2020-05-23 15:11:21 UTC (rev 632038) @@ -4,7 +4,7 @@ _hkgname=scientific pkgname=haskell-scientific pkgver=0.3.6.2 -pkgrel=21 +pkgrel=22 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-integer-simple -f-bytestring-builder - 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
