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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 14:32:28 UTC 2017


    Date: Saturday, September 23, 2017 @ 14:32:27
  Author: felixonmars
Revision: 259930

upgpkg: haskell-call-stack 0.1.0-4

Modified:
  haskell-call-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 14:31:30 UTC (rev 259929)
+++ PKGBUILD	2017-09-23 14:32:27 UTC (rev 259930)
@@ -5,7 +5,7 @@
 _hkgname=call-stack
 pkgname=haskell-call-stack
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Use GHC call-stacks in a backward compatible way"
 url="https://github.com/sol/call-stack"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2')
+sha512sums=('4b8fa206041976948411c7e7babd481b01297c289be72f56dcd56b090bec3b0d3c0a6ef4ce17bb5bd879f08b8059f36ebea664c3c263283457a519e5ce20a0f6')
 
 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