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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:35:37 UTC 2017


    Date: Friday, September 22, 2017 @ 16:35:36
  Author: felixonmars
Revision: 259626

upgpkg: haskell-monad-par 0.3.4.8-10

Modified:
  haskell-monad-par/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:34:32 UTC (rev 259625)
+++ PKGBUILD	2017-09-22 16:35:36 UTC (rev 259626)
@@ -5,7 +5,7 @@
 _hkgname=monad-par
 pkgname=haskell-monad-par
 pkgver=0.3.4.8
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for parallel programming based on a monad"
 url="https://github.com/simonmar/monad-par"
 license=("custom:BSD3")
@@ -14,12 +14,12 @@
          "haskell-mtl" "haskell-mwc-random" "haskell-parallel")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951')
+sha512sums=('6d2f6f571a3eef804e69ca892cf865bb169863d4fa97cad94cfb740925861b827fef14595c2edf235a8a60babdb854eecb87ff09bb798a6912edb7c3c6fe7027')
 
 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 \
             -f-newgeneric -f-chaselev
@@ -38,7 +38,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