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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 06:54:52 UTC 2017


    Date: Friday, September 22, 2017 @ 06:54:51
  Author: felixonmars
Revision: 259366

upgpkg: haskell-hinotify 0.3.9-5

Modified:
  haskell-hinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 06:54:40 UTC (rev 259365)
+++ PKGBUILD	2017-09-22 06:54:51 UTC (rev 259366)
@@ -5,7 +5,7 @@
 _hkgname=hinotify
 pkgname=haskell-hinotify
 pkgver=0.3.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell binding to inotify"
 url="https://github.com/kolmodin/hinotify.git"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-async")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99')
+sha512sums=('cea1fd7304e3fd56cec67b5d17cec6d462cf581ce44b518208a5c07758aadbf85392efd4918dd2fbbbf6b2b433272386eeee13ba0ce1101111ada15fe8942a9a')
 
 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