Date: Saturday, May 23, 2020 @ 13:53:02 Author: felixonmars Revision: 631904
upgpkg: haskell-deriving-compat 0.5.8-6: rebuild with tasty 1.3.1 Modified: haskell-deriving-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 13:51:58 UTC (rev 631903) +++ PKGBUILD 2020-05-23 13:53:02 UTC (rev 631904) @@ -3,7 +3,7 @@ _hkgname=deriving-compat pkgname=haskell-deriving-compat pkgver=0.5.8 -pkgrel=5 +pkgrel=6 pkgdesc="Backports of GHC deriving extensions" url="https://github.com/haskell-compat/deriving-compat" license=('BSD') @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --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
