Date: Thursday, June 15, 2017 @ 17:34:56 Author: felixonmars Revision: 237309
upgpkg: haskell-system-filepath 0.4.13.4-3 rebuild with ghc,8.0.2 Modified: haskell-system-filepath/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-15 17:33:29 UTC (rev 237308) +++ PKGBUILD 2017-06-15 17:34:56 UTC (rev 237309) @@ -5,12 +5,12 @@ _hkgname=system-filepath pkgname=haskell-system-filepath pkgver=0.4.13.4 -pkgrel=2 +pkgrel=3 pkgdesc="High-level, byte-based file and directory path manipulations" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-text") +depends=("ghc" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('345d7dec968b74ab1b8c0e7bb78c2ef1e5be7be6b7bac455340fd658abfec5fb') @@ -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.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 }
