[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 22 17:02:58 UTC 2017


    Date: Friday, September 22, 2017 @ 17:02:57
  Author: felixonmars
Revision: 259648

upgpkg: haskell-disk-free-space 0.1.0.1-5

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:54:23 UTC (rev 259647)
+++ PKGBUILD	2017-09-22 17:02:57 UTC (rev 259648)
@@ -5,7 +5,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space"
 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=('f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f')
+sha512sums=('7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a')
 
 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