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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:25:28 UTC 2017


    Date: Friday, September 22, 2017 @ 18:25:27
  Author: felixonmars
Revision: 259684

upgpkg: haskell-silently 1.2.5-6

Modified:
  haskell-silently/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:25:13 UTC (rev 259683)
+++ PKGBUILD	2017-09-22 18:25:27 UTC (rev 259684)
@@ -5,7 +5,7 @@
 _hkgname=silently
 pkgname=haskell-silently
 pkgver=1.2.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Prevent or capture writing to stdout and other handles."
 url="https://github.com/hspec/silently"
 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=('cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839')
+sha512sums=('f28075e064561fffaa85dc88e7feef543411abc453e76d1ef90d3a7e617d9d9e8fc3ce053da391f0c8d78c7e27fb1e5dcda6a022f43f95491339366362f02acc')
 
 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