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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:53:37 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:53:36
  Author: felixonmars
Revision: 259866

upgpkg: haskell-fast-logger 2.4.10-5

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:52:38 UTC (rev 259865)
+++ PKGBUILD	2017-09-23 05:53:36 UTC (rev 259866)
@@ -5,7 +5,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=2.4.10
-pkgrel=4
+pkgrel=5
 pkgdesc="A fast logging system"
 url="https://github.com/kazu-yamamoto/logger"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" "haskell-text" "haskell-unix-time")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dec4a5d1a88f822d08d334ee870a08a8bb63b2b226d145cd24a7f08676ce678d')
+sha512sums=('465b2c310dfd635b265a7f5b379bb13f12369bcc55f110e740d0deee558c347868661e820c17dcecea65cd3e1e81447b9efd591941ebb2a74ab96fa8fd4b19bf')
 
 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