Date: Wednesday, June 14, 2017 @ 20:01:13 Author: felixonmars Revision: 236855
upgpkg: haskell-scientific 0.3.4.15-2 rebuild with ghc,8.0.2 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-14 19:59:44 UTC (rev 236854) +++ PKGBUILD 2017-06-14 20:01:13 UTC (rev 236855) @@ -5,12 +5,12 @@ _hkgname=scientific pkgname=haskell-scientific pkgver=0.3.4.15 -pkgrel=1 +pkgrel=2 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-hashable" "haskell-integer-logarithms" "haskell-text" "haskell-vector") +depends=("ghc" "haskell-hashable" "haskell-integer-logarithms" "haskell-text" "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('a3d10e7790b9cd9b5dce1106915078b4be525ce9d1bbe646719a0445d266be35c3e2ab0ffa011040649f2f1828ed4d0cc113755427a520cbc08bf6ec7723d736') @@ -17,7 +17,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 \ -f-integer-simple -f-bytestring-builder @@ -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 }
