Date: Saturday, September 23, 2017 @ 17:19:51 Author: felixonmars Revision: 260230
upgpkg: haskell-tasty-rerun 1.1.7-11 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:19:34 UTC (rev 260229) +++ PKGBUILD 2017-09-23 17:19:51 UTC (rev 260230) @@ -5,9 +5,9 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.7 -pkgrel=10 +pkgrel=11 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" -url="http://github.com/ocharles/tasty-rerun" +url="https://github.com/ocharles/tasty-rerun" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" @@ -19,7 +19,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + 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 @@ -37,7 +37,4 @@ runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
