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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:44:52 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:44:51
  Author: felixonmars
Revision: 260050

upgpkg: haskell-data-hash 0.2.0.1-5

Modified:
  haskell-data-hash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:44:40 UTC (rev 260049)
+++ PKGBUILD	2017-09-23 15:44:51 UTC (rev 260050)
@@ -5,7 +5,7 @@
 _hkgname=data-hash
 pkgname=haskell-data-hash
 pkgver=0.2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Combinators for building fast hashing functions."
 url="https://hackage.haskell.org/package/${_hkgname}"
 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=('9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe')
+sha512sums=('daea098b9c808396606d90ae70e5156c492463db929b563a6195ee648ad72fc2949ab231ad67758fe0c68991826ea2292109a5d1f46d0cfc27c16e2e2b0666fa')
 
 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