Date: Monday, August 17, 2020 @ 06:01:58 Author: felixonmars Revision: 682233
upgpkg: haskell-ed25519 0.0.5.0-18: rebuild with ghc 8.10.2 Modified: haskell-ed25519/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 06:01:22 UTC (rev 682232) +++ PKGBUILD 2020-08-17 06:01:58 UTC (rev 682233) @@ -4,7 +4,7 @@ _hkgname=ed25519 pkgname=haskell-ed25519 pkgver=0.0.5.0 -pkgrel=17 +pkgrel=18 pkgdesc="Ed25519 cryptographic signatures" url="http://thoughtpolice.github.com/hs-ed25519" license=("MIT") @@ -25,7 +25,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-test-properties -f-test-hlint -f-test-doctests -fno-donna - 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
