[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jul 15 14:59:53 UTC 2017


    Date: Saturday, July 15, 2017 @ 14:59:53
  Author: felixonmars
Revision: 245235

upgpkg: ghc-mod 5.8.0.0-23

remove static libs

Modified:
  ghc-mod/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-15 14:52:49 UTC (rev 245234)
+++ PKGBUILD	2017-07-15 14:59:53 UTC (rev 245235)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=22
+pkgrel=23
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/"
 license=("AGPL3")
@@ -50,4 +50,7 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "COPYING.BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list