Date: Saturday, May 23, 2020 @ 22:26:21 Author: felixonmars Revision: 632690
upgpkg: haskell-tasty-discover 4.2.1-16: rebuild with tasty 1.3.1 Modified: haskell-tasty-discover/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 22:24:35 UTC (rev 632689) +++ PKGBUILD 2020-05-23 22:26:21 UTC (rev 632690) @@ -3,7 +3,7 @@ _hkgname=tasty-discover pkgname=haskell-tasty-discover pkgver=4.2.1 -pkgrel=15 +pkgrel=16 pkgdesc="Test discovery for the tasty framework" url="http://git.coop/lwm/tasty-discover" license=('MIT') @@ -23,12 +23,12 @@ # Test could be built before executable, so build an executable first runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS 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
