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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 07:30:01 UTC 2017


    Date: Friday, September 22, 2017 @ 07:30:00
  Author: felixonmars
Revision: 259447

upgpkg: haskell-filemanip 0.3.6.3-10

Modified:
  haskell-filemanip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:29:50 UTC (rev 259446)
+++ PKGBUILD	2017-09-22 07:30:00 UTC (rev 259447)
@@ -5,7 +5,7 @@
 _hkgname=filemanip
 pkgname=haskell-filemanip
 pkgver=0.3.6.3
-pkgrel=9
+pkgrel=10
 pkgdesc="Expressive file and directory manipulation for Haskell."
 url="https://hackage.haskell.org/package/filemanip"
 license=("custom:BSD3")
@@ -13,13 +13,12 @@
 depends=('ghc-libs' "sh" "haskell-mtl" "haskell-unix-compat")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846')
 sha512sums=('5cb6ad4e310c1ae3b038ccfa3154536db73145e4dea4a7be1ae0563ba44565494e378fa8e459f449feac2bcc140f1128b0b3ec915acd2300e73cf012ada85160')
 
 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
@@ -37,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