Date: Saturday, September 23, 2017 @ 16:02:56
  Author: felixonmars
Revision: 260070

upgpkg: haskell-parsers 0.12.7-3

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-23 16:02:46 UTC (rev 260069)
+++ PKGBUILD    2017-09-23 16:02:56 UTC (rev 260070)
@@ -5,9 +5,9 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Parsing combinators"
-url="http://github.com/ekmett/parsers/";
+url="https://github.com/ekmett/parsers/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset" "haskell-mtl"
@@ -20,7 +20,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
@@ -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