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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:55:55 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:55:54
  Author: felixonmars
Revision: 260307

upgpkg: haskell-conduit-combinators 1.1.1-38

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:55:42 UTC (rev 260306)
+++ PKGBUILD	2017-09-23 17:55:54 UTC (rev 260307)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
@@ -17,12 +17,12 @@
          "haskell-void")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+sha512sums=('7ba46748fc6f2ab57923e420e5085e22970bfd623355f91122581394dfe3d67aa7fedc6cd2e4a0ef5da47c3da4cb4dda7f20e9822548177cd8d40de7126087d7')
 
 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 \
             -fmonotrav1
@@ -41,7 +41,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