Date: Saturday, September 23, 2017 @ 17:24:42 Author: felixonmars Revision: 260240
upgpkg: haskell-system-fileio 0.3.16.3-5 Modified: haskell-system-fileio/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:24:31 UTC (rev 260239) +++ PKGBUILD 2017-09-23 17:24:42 UTC (rev 260240) @@ -5,7 +5,7 @@ _hkgname=system-fileio pkgname=haskell-system-fileio pkgver=0.3.16.3 -pkgrel=4 +pkgrel=5 pkgdesc="Consistent filesystem interaction across GHC versions" url="https://github.com/fpco/haskell-filesystem" license=("MIT") @@ -13,12 +13,12 @@ depends=('ghc-libs' "haskell-system-filepath" "haskell-text") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('3175707cb322c65760fa2eb2ab17327f251c8294ad688efc6258e82328830491') +sha512sums=('74ee4028caa77194120d66316677cc0f184fd4af5c4feaa7d713145b97dab8bcebc2f4b971464f9a68f8e304021d0fe5c52272bb282db0925559ff0ff6937842') 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 }
