Date: Friday, September 22, 2017 @ 19:36:30 Author: felixonmars Revision: 259793
upgpkg: haskell-profunctors 5.2.1-5 Modified: haskell-profunctors/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-22 19:36:17 UTC (rev 259792) +++ PKGBUILD 2017-09-22 19:36:30 UTC (rev 259793) @@ -5,9 +5,9 @@ _hkgname=profunctors pkgname=haskell-profunctors pkgver=5.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Profunctors" -url="http://github.com/ekmett/profunctors/" +url="https://github.com/ekmett/profunctors/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant" @@ -19,7 +19,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 @@ -37,7 +37,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 }
