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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:37:44 UTC 2017


    Date: Friday, September 22, 2017 @ 18:37:43
  Author: felixonmars
Revision: 259708

upgpkg: haskell-easy-file 0.2.1-5

Modified:
  haskell-easy-file/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:37:31 UTC (rev 259707)
+++ PKGBUILD	2017-09-22 18:37:43 UTC (rev 259708)
@@ -5,20 +5,20 @@
 _hkgname=easy-file
 pkgname=haskell-easy-file
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross-platform File handling"
-url="http://github.com/kazu-yamamoto/easy-file"
+url="https://github.com/kazu-yamamoto/easy-file"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ff86e1b29284499bea5f1d0ff539b3ed64fa6d1a06c2243ca61f93be0202e56c')
+sha512sums=('48249b2662384cd766d8a7f66242c1d4c68b5b56a87583fd0363cd075c7fc0d8f013edb45fcab15ceaa8325e4f2fbb6ed920ca873e231c44934d6dae12e6102f')
 
 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