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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:13:57 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:13:57
  Author: felixonmars
Revision: 259824

upgpkg: haskell-stm-chans 3.0.0.4-7

Modified:
  haskell-stm-chans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:13:15 UTC (rev 259823)
+++ PKGBUILD	2017-09-23 05:13:57 UTC (rev 259824)
@@ -5,7 +5,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-stm")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738')
+sha512sums=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')
 
 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