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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 14:39:30 UTC 2017


    Date: Friday, September 22, 2017 @ 14:39:29
  Author: felixonmars
Revision: 259518

upgpkg: haskell-hxt-charproperties 9.2.0.1-4

Modified:
  haskell-hxt-charproperties/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:38:34 UTC (rev 259517)
+++ PKGBUILD	2017-09-22 14:39:29 UTC (rev 259518)
@@ -4,7 +4,7 @@
 _hkgname=hxt-charproperties
 pkgname=haskell-hxt-charproperties 
 pkgver=9.2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Character properties and classes for XML and Unicode"
 url="https://github.com/UweSchmidt/hxt"
 license=('MIT')
@@ -12,12 +12,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('5502cf985f67b7bdd3576835c43b1cf1')
+sha512sums=('518d7c15b43a33432c402b839713e1d29a60d44286ca411bfb3d9a4b955b1181b8ec84615a131db0113280bea7973c70618f4204a32b21e627c452e05a18a7ef')
 
 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
@@ -35,7 +35,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