Date: Thursday, September 21, 2017 @ 08:34:48
  Author: felixonmars
Revision: 259122

upgpkg: haskell-skylighting 0.1.1.5-33

rebuild with aeson,1.2.2.0

Modified:
  haskell-skylighting/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-09-21 08:27:31 UTC (rev 259121)
+++ PKGBUILD    2017-09-21 08:34:48 UTC (rev 259122)
@@ -4,7 +4,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting 
 pkgver=0.1.1.5
-pkgrel=32
+pkgrel=33
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('GPL2')
@@ -26,7 +26,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 \
             -fsystem-pcre
@@ -44,7 +44,4 @@
     install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }

Reply via email to