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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 15:42:09 UTC 2017


    Date: Friday, September 22, 2017 @ 15:42:08
  Author: felixonmars
Revision: 259554

upgpkg: haskell-semigroups 0.18.3-5

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:41:55 UTC (rev 259553)
+++ PKGBUILD	2017-09-22 15:42:08 UTC (rev 259554)
@@ -5,9 +5,9 @@
 _hkgname=semigroups
 pkgname=haskell-semigroups
 pkgver=0.18.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Anything that associates"
-url="http://github.com/ekmett/semigroups/"
+url="https://github.com/ekmett/semigroups/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
@@ -18,7 +18,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
@@ -36,7 +36,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