Date: Saturday, September 23, 2017 @ 18:00:01 Author: felixonmars Revision: 260316
upgpkg: haskell-decimal 0.4.2-3 Modified: haskell-decimal/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:59:42 UTC (rev 260315) +++ PKGBUILD 2017-09-23 18:00:01 UTC (rev 260316) @@ -5,7 +5,7 @@ _hkgname=Decimal pkgname=haskell-decimal pkgver=0.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Decimal numbers with variable precision" url="https://github.com/PaulJohnson/Haskell-Decimal" license=("custom:BSD3") @@ -18,7 +18,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 @@ -36,7 +36,4 @@ runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
