Date: Friday, June 16, 2017 @ 07:44:42 Author: felixonmars Revision: 237525
upgpkg: haskell-hs-bibutils 5.5-4 rebuild with ghc,8.0.2 Modified: haskell-hs-bibutils/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 07:43:02 UTC (rev 237524) +++ PKGBUILD 2017-06-16 07:44:42 UTC (rev 237525) @@ -5,12 +5,12 @@ _hkgname=hs-bibutils pkgname=haskell-hs-bibutils pkgver=5.5 -pkgrel=3 +pkgrel=4 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities." url="http://istitutocolli.org/repos/hs-bibutils/" license=("GPL") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-syb") +depends=("ghc" "haskell-syb") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('95f9f34be9f3145da8acc8a0e9de379236cfe31c5a9bc0eb9489e77402a4c55d') @@ -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 }
