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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 18:02:51 UTC 2017


    Date: Saturday, September 23, 2017 @ 18:02:50
  Author: felixonmars
Revision: 260322

upgpkg: haskell-equivalence 0.3.2-5

Modified:
  haskell-equivalence/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 18:02:40 UTC (rev 260321)
+++ PKGBUILD	2017-09-23 18:02:50 UTC (rev 260322)
@@ -5,7 +5,7 @@
 _hkgname=equivalence
 pkgname=haskell-equivalence
 pkgver=0.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Maintaining an equivalence relation implemented as union-find using STT."
 url="https://bitbucket.org/paba/equivalence/"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-stmonadtrans" "haskell-mtl" "haskell-transformers-compat")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7da21ed5f980caa18c995190dd527c69822050390e4237c92f1acbed7d5b0529')
+sha512sums=('1f0c805bc500ea2bf7b14ea5a1ddbf0d4c43552d83a0f86d67810ef944796217b3a3edb31a354fac506f1f44dc7790fee1072ac5dce194674d3e387888ab568a')
 
 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