Date: Saturday, September 23, 2017 @ 06:11:54
  Author: felixonmars
Revision: 259907

upgpkg: haskell-comonad 5.0.2-3

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-23 06:11:26 UTC (rev 259906)
+++ PKGBUILD    2017-09-23 06:11:54 UTC (rev 259907)
@@ -5,9 +5,9 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Comonads"
-url="http://github.com/ekmett/comonad/";
+url="https://github.com/ekmett/comonad/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
@@ -19,7 +19,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 \
             -fdistributive -fcontravariant -fcontainers -ftest-doctests
@@ -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
 }

Reply via email to