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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 07:12:38 UTC 2017


    Date: Friday, September 22, 2017 @ 07:12:37
  Author: felixonmars
Revision: 259408

upgpkg: haskell-tagsoup 0.14.1-5

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:12:27 UTC (rev 259407)
+++ PKGBUILD	2017-09-22 07:12:37 UTC (rev 259408)
@@ -5,7 +5,7 @@
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
 pkgver=0.14.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML documents"
 url="http://community.haskell.org/~ndm/tagsoup/"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('028be660a864e0918f99f90471caea72af2bfbf8a64a423e181b2b29f9c64aeb')
+sha512sums=('3c29882664b838c6156e44158558fa20e8003d9a0d135f478df84465cce9f0da8791db86eb445f28002ccb90e281fb84d26c85639a22f842aa926bc78a0e25f9')
 
 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 \
             -f-testprog
@@ -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