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

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


    Date: Saturday, September 23, 2017 @ 14:38:13
  Author: felixonmars
Revision: 259942

upgpkg: haskell-binary-conduit 1.2.5-5

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 14:38:01 UTC (rev 259941)
+++ PKGBUILD	2017-09-23 14:38:13 UTC (rev 259942)
@@ -4,9 +4,9 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Data serialization/deserialization conduit library"
-url="http://github.com/qnikst/binary-conduit/"
+url="https://github.com/qnikst/binary-conduit/"
 license=('MIT')
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-conduit' 'haskell-resourcet' 'haskell-vector')
@@ -17,7 +17,7 @@
 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
@@ -35,7 +35,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