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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:17:33 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:17:32
  Author: felixonmars
Revision: 260002

upgpkg: haskell-css-text 0.1.2.2-21

Modified:
  haskell-css-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:17:22 UTC (rev 260001)
+++ PKGBUILD	2017-09-23 15:17:32 UTC (rev 260002)
@@ -5,7 +5,7 @@
 _hkgname=css-text
 pkgname=haskell-css-text
 pkgver=0.1.2.2
-pkgrel=20
+pkgrel=21
 pkgdesc="CSS parser and renderer."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-attoparsec" "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dff564ac08587950dab4fedf07c357d9907099f60c87bf465d648a8965e61987')
+sha512sums=('04c2f5f444f335989667928cac986cf0ca817ad23dac852d8043591a493ac6f85868b6009250f055c15f95c2e5140f7bda8e67edd6afa5ec10e48a442b181d33')
 
 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