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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:26:26 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:26:25
  Author: felixonmars
Revision: 260114

upgpkg: haskell-abstract-par 0.3.3-5

Modified:
  haskell-abstract-par/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:25:36 UTC (rev 260113)
+++ PKGBUILD	2017-09-23 16:26:25 UTC (rev 260114)
@@ -5,7 +5,7 @@
 _hkgname=abstract-par
 pkgname=haskell-abstract-par
 pkgver=0.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Type classes generalizing the functionality of the \'monad-par\' library."
 url="https://github.com/simonmar/monad-par"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860')
+sha512sums=('d603745202ececf5a514e5ac7da82fdd03dd27ec4fbb11a870a7b0a6c92e468cf3bd68763afa748434b3ed0ed5b80a1d2cefaa84c68a84b82028225400841605')
 
 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