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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 17:20:17 UTC 2017


    Date: Thursday, June 15, 2017 @ 17:20:16
  Author: felixonmars
Revision: 237295

upgpkg: haskell-cmark 0.5.5.1-3

rebuild with ghc,8.0.2

Modified:
  haskell-cmark/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 17:18:56 UTC (rev 237294)
+++ PKGBUILD	2017-06-15 17:20:16 UTC (rev 237295)
@@ -5,12 +5,12 @@
 _hkgname=cmark
 pkgname=haskell-cmark
 pkgver=0.5.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
 url="https://github.com/jgm/commonmark-hs"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "cmark" "haskell-text")
+depends=("ghc" "cmark" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('62b461f2ab0a611f0a88325c98f11c053a356d94e877b5efed564abb4f5b5a0d')
 
@@ -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 \
             -fpkgconfig
@@ -39,4 +39,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
 }



More information about the arch-commits mailing list