Date: Tuesday, May 19, 2020 @ 20:44:53 Author: felixonmars Revision: 630169
upgpkg: haskell-jose 0.8.3-6: rebuild with tasty-golden 2.3.3.3 Modified: haskell-jose/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:43:46 UTC (rev 630168) +++ PKGBUILD 2020-05-19 20:44:53 UTC (rev 630169) @@ -4,7 +4,7 @@ _hkgname=jose pkgname=haskell-jose pkgver=0.8.3 -pkgrel=5 +pkgrel=6 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library" url="https://github.com/frasertweedale/hs-jose" license=("Apache") @@ -28,7 +28,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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
