Date: Sunday, June 18, 2017 @ 11:35:45 Author: felixonmars Revision: 238046
upgpkg: haskell-expiring-cache-map 0.0.6.1-7 rebuild with ghc,8.0.2 Modified: haskell-expiring-cache-map/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-18 11:33:31 UTC (rev 238045) +++ PKGBUILD 2017-06-18 11:35:45 UTC (rev 238046) @@ -5,12 +5,12 @@ _hkgname=expiring-cache-map pkgname=haskell-expiring-cache-map pkgver=0.0.6.1 -pkgrel=6 +pkgrel=7 pkgdesc="General purpose simple caching." url="https://github.com/elblake/expiring-cache-map" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-unordered-containers') +depends=('ghc' 'haskell-hashable' 'haskell-unordered-containers') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") md5sums=('8ac92c1e6c29d9f0c558665038adf670') @@ -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" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete }
