Date: Saturday, September 23, 2017 @ 06:18:41 Author: felixonmars Revision: 259911
upgpkg: haskell-ifelse 0.85-6 Modified: haskell-ifelse/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 06:13:26 UTC (rev 259910) +++ PKGBUILD 2017-09-23 06:18:41 UTC (rev 259911) @@ -5,7 +5,7 @@ _hkgname=IfElse pkgname=haskell-ifelse pkgver=0.85 -pkgrel=5 +pkgrel=6 pkgdesc="Anaphoric and miscellaneous useful control-flow" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -13,12 +13,12 @@ depends=('ghc-libs' "haskell-mtl") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd') +sha512sums=('5378b0f98d3a14dbc5b297a01a5c48aed4825f4ab2192e35b3a6aee932cce5b740e5ea44cbbd69dc3e74ff38415d77df43136e2a8ddf9bc6fd9fe1497a6dcd1c') 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 }
