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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 15:52:01 UTC 2017


    Date: Friday, September 22, 2017 @ 15:52:00
  Author: felixonmars
Revision: 259570

upgpkg: haskell-unordered-containers 0.2.8.0-7

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:51:18 UTC (rev 259569)
+++ PKGBUILD	2017-09-22 15:52:00 UTC (rev 259570)
@@ -8,7 +8,7 @@
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
 pkgver=0.2.8.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers"
 license=("custom:BSD3")
@@ -16,12 +16,12 @@
 depends=('ghc-libs' "haskell-hashable")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a4a188359ff28640359131061953f7dbb8258da8ecf0542db0d23f08bfa6eea8')
+sha512sums=('4cd717aee0519db84dd0f7ac6407df681a1340d7276f3546eb67072e85e464b1c58b427739d66bf28f1075fd8a52310a7637a8169608c2759694196319c36189')
 
 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 \
             -f-debug
@@ -40,7 +40,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