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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:33:48 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:33:47
  Author: felixonmars
Revision: 260130

upgpkg: haskell-data-textual 0.3.0.2-24

Modified:
  haskell-data-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:33:30 UTC (rev 260129)
+++ PKGBUILD	2017-09-23 16:33:47 UTC (rev 260130)
@@ -4,7 +4,7 @@
 _hkgname=data-textual
 pkgname=haskell-data-textual
 pkgver=0.3.0.2
-pkgrel=23
+pkgrel=24
 pkgdesc="Human-friendly textual representations."
 url="https://github.com/mvv/data-textual"
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-parsers' 'haskell-text' 'haskell-text-latin1' 'haskell-text-printer')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('c06c1b96aef06ef4dccfa2c06a1232e7')
+sha512sums=('2a3bda491f27b1a279d833182bb3c3dfe76921321a9bb4746d53eda3fbab24976a28267d5d84762ac21d61be8b6ae24beeb8861160e51b412afb5180848be9ed')
 
 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