[arch-commits] Commit in haskell-blaze-builder/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 22 07:18:31 UTC 2017


    Date: Friday, September 22, 2017 @ 07:18:30
  Author: felixonmars
Revision: 259421

upgpkg: haskell-blaze-builder 0.4.0.2-6

Modified:
  haskell-blaze-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:17:42 UTC (rev 259420)
+++ PKGBUILD	2017-09-22 07:18:30 UTC (rev 259421)
@@ -5,20 +5,20 @@
 _hkgname=blaze-builder
 pkgname=haskell-blaze-builder
 pkgver=0.4.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Efficient buffered output"
-url="http://github.com/lpsmith/blaze-builder"
+url="https://github.com/lpsmith/blaze-builder"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('9ad3e4661bf5556d650fb9aa56a3ad6e6eec7575e87d472e8ab6d15eaef163d4')
+sha512sums=('ca0390d1e31d1fb65f5739a15b4604e67d01aa1ba2f98ac6e741b277e64e79e8d65eca581aba405b65136261654f3e116c21ae4b4018d74a784e481c2ee9d3a0')
 
 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" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list