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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 17:31:11 UTC 2017


    Date: Friday, September 22, 2017 @ 17:31:10
  Author: felixonmars
Revision: 259658

upgpkg: haskell-data-ordlist 0.4.7.0-6

Modified:
  haskell-data-ordlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 17:30:34 UTC (rev 259657)
+++ PKGBUILD	2017-09-22 17:31:10 UTC (rev 259658)
@@ -5,7 +5,7 @@
 _hkgname=data-ordlist
 pkgname=haskell-data-ordlist
 pkgver=0.4.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc="This module provides set and multiset operations on ordered lists."
 url="https://hackage.haskell.org/package/data-ordlist"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d')
+sha512sums=('a34ed99ea8eb34b29727a210f7a56c80b18a881e2da90fff0ae056b7c56b1f37212413a1daebc0b0118c193eb579d3d43bd426b25944da9044e8152eed80fa8b')
 
 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