Date: Friday, June 16, 2017 @ 14:07:27 Author: felixonmars Revision: 237637
upgpkg: haskell-bytestring-tree-builder 0.2.7.1-5 rebuild with ghc,8.0.2 Modified: haskell-bytestring-tree-builder/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 14:06:10 UTC (rev 237636) +++ PKGBUILD 2017-06-16 14:07:27 UTC (rev 237637) @@ -5,12 +5,12 @@ _hkgname=bytestring-tree-builder pkgname=haskell-bytestring-tree-builder pkgver=0.2.7.1 -pkgrel=4 +pkgrel=5 pkgdesc="A very efficient ByteString builder implementation based on the binary tree" url="https://github.com/nikita-volkov/bytestring-tree-builder" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" "haskell-text") +depends=("ghc" "haskell-base-prelude" "haskell-semigroups" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('ae03a5b2e24068870dfcff6c6dc8d6d243aaebdb7c66746d499e7cf6cfd16bd5') @@ -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 runhaskell Setup build @@ -38,4 +38,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 }
