Date: Saturday, June 20, 2020 @ 07:52:00 Author: felixonmars Revision: 648151
upgpkg: haskell-cryptohash-sha256 0.11.101.0-15: rebuild with base16-bytestring 0.1.1.7 Modified: haskell-cryptohash-sha256/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-20 07:51:30 UTC (rev 648150) +++ PKGBUILD 2020-06-20 07:52:00 UTC (rev 648151) @@ -4,7 +4,7 @@ _hkgname=cryptohash-sha256 pkgname=haskell-cryptohash-sha256 pkgver=0.11.101.0 -pkgrel=14 +pkgrel=15 pkgdesc="Fast, pure and practical SHA-256 implementation" url="https://github.com/hvr/cryptohash-sha256" license=("BSD") @@ -26,7 +26,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fexe - 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
