Date: Friday, June 16, 2017 @ 16:11:54 Author: felixonmars Revision: 237725
upgpkg: haskell-tasty-rerun 1.1.6-29 rebuild with ghc,8.0.2 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 16:10:27 UTC (rev 237724) +++ PKGBUILD 2017-06-16 16:11:54 UTC (rev 237725) @@ -5,12 +5,12 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun pkgver=1.1.6 -pkgrel=28 +pkgrel=29 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" url="http://github.com/ocharles/tasty-rerun" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" +depends=("ghc" "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79') @@ -18,7 +18,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-library-profiling --enable-shared \ + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build @@ -39,4 +39,7 @@ 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 }
