[arch-commits] Commit in haskell-annotated-wl-pprint/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Sep 24 08:18:34 UTC 2017


    Date: Sunday, September 24, 2017 @ 08:18:33
  Author: felixonmars
Revision: 260360

upgpkg: haskell-annotated-wl-pprint 0.7.0-5

Modified:
  haskell-annotated-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 08:18:14 UTC (rev 260359)
+++ PKGBUILD	2017-09-24 08:18:33 UTC (rev 260360)
@@ -5,7 +5,7 @@
 _hkgname=annotated-wl-pprint
 pkgname=haskell-annotated-wl-pprint
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Wadler/Leijen Pretty Printer, with annotation support"
 url="https://github.com/david-christiansen/annotated-wl-pprint"
 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=('0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18')
+sha512sums=('1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a')
 
 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