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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:09:28 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:09:27
  Author: felixonmars
Revision: 259988

upgpkg: haskell-polyparse 1.12-6

Modified:
  haskell-polyparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:08:24 UTC (rev 259987)
+++ PKGBUILD	2017-09-23 15:09:27 UTC (rev 259988)
@@ -5,7 +5,7 @@
 _hkgname=polyparse
 pkgname=haskell-polyparse
 pkgver=1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="A variety of alternative parser combinator libraries."
 url="http://code.haskell.org/~malcolm/polyparse/"
 license=("LGPL")
@@ -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=('f54c63584ace968381de4a06bd7328b6adc3e1a74fd336e18449e0dd7650be15')
+sha512sums=('c6735d353f612e85b5d11b337b41649495d573a94611741d7e99efaaf6a4eccdc70eda96f2b1cb1a440389e77c188de306e93c532e0ecff1ea883a949cedf011')
 
 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 "COPYRIGHT" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list