Date: Saturday, September 23, 2017 @ 14:30:48 Author: felixonmars Revision: 259928
upgpkg: haskell-boxes 0.1.4-7 Modified: haskell-boxes/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 14:29:39 UTC (rev 259927) +++ PKGBUILD 2017-09-23 14:30:48 UTC (rev 259928) @@ -5,7 +5,7 @@ _hkgname=boxes pkgname=haskell-boxes pkgver=0.1.4 -pkgrel=6 +pkgrel=7 pkgdesc="2D text pretty-printing library" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -13,12 +13,12 @@ depends=('ghc-libs' "haskell-split") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('4e3ee9a88a28ed14a61b2c885b111922f201f56392ff68d350418ff6e98dfdd8') +sha512sums=('b8afb3216208269883f173f57fc0b53be919e5fd171bf2b7d8d5ed2b0af9c3ca4f9005fc4df43ba8ba4ade694d59a83ff0d419cfbd32e54e80ba6fbe748e9524') 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 @@ -36,7 +36,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 }
