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

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


    Date: Friday, September 22, 2017 @ 07:01:54
  Author: felixonmars
Revision: 259382

upgpkg: haskell-hxt 9.3.1.16-5

Modified:
  haskell-hxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:01:15 UTC (rev 259381)
+++ PKGBUILD	2017-09-22 07:01:54 UTC (rev 259382)
@@ -4,7 +4,7 @@
 _hkgname=hxt
 pkgname=haskell-hxt
 pkgver=9.3.1.16
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of tools for processing XML with Haskell."
 url="https://github.com/UweSchmidt/hxt"
 license=('MIT')
@@ -13,12 +13,12 @@
          'haskell-network-uri' 'haskell-mtl' 'haskell-parsec')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('b29bfffe122fe11edfa6263489030706')
+sha512sums=('6cc99a3b9d1ffe33002d35a5c0965919227835e0fb5b0b829b49232443dec175428dab66720a717f8a655e0de9ad4c77c501aa6d3982b43024cb3a866cd12846')
 
 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 \
             -fnetwork-uri
@@ -37,7 +37,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