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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:41:06 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:41:06
  Author: felixonmars
Revision: 260144

upgpkg: haskell-text-icu 0.7.0.1-11

Modified:
  haskell-text-icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:40:54 UTC (rev 260143)
+++ PKGBUILD	2017-09-23 16:41:06 UTC (rev 260144)
@@ -5,7 +5,7 @@
 _hkgname=text-icu
 pkgname=haskell-text-icu
 pkgver=0.7.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Bindings to the ICU library"
 url="https://github.com/bos/text-icu"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=("icu" 'ghc' "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78')
+sha512sums=('54551ce0d629bffcca32fc855bfcdf2e24282359ce3a32578a98de4f4ad15378fa7df98c59d73323549a2ac873b10a10202bda02f5be83fbe1ab945aac5e50a9')
 
 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