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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:50:29 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:50:28
  Author: felixonmars
Revision: 260056

upgpkg: haskell-hspec-smallcheck 0.4.2-14

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:49:43 UTC (rev 260055)
+++ PKGBUILD	2017-09-23 15:50:28 UTC (rev 260056)
@@ -4,7 +4,7 @@
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
 pkgver=0.4.2
-pkgrel=13
+pkgrel=14
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-hspec-core' 'haskell-smallcheck')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('11f381cc002568e452252a7f5a636f2b')
+sha512sums=('48c1c07b749bb0fcde241e9b7c1dfbab7353e9d7bd796997258fb72386178e21e9b059dcf5fc15363cfb25825af2917b2e1e5674f32a530c4cf10576e6fde93d')
 
 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