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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:04:25 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:04:24
  Author: felixonmars
Revision: 260196

upgpkg: haskell-statevar 1.1.0.4-5

Modified:
  haskell-statevar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:04:13 UTC (rev 260195)
+++ PKGBUILD	2017-09-23 17:04:24 UTC (rev 260196)
@@ -5,7 +5,7 @@
 _hkgname=StateVar
 pkgname=haskell-statevar
 pkgver=1.1.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="State variables"
 url="https://github.com/haskell-opengl/StateVar"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-stm")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7ad68decb5c9a76f83c95ece5fa13d1b053e4fb1079bd2d3538f6b05014dffb7')
+sha512sums=('2d9f958dc2d1b749c5e2b661958cd38b58a1048603dc48a585a2f32ca386cef42db99e39c033194376f6f3de154444841de048dc39804d236f6e10c90c5e3f0b')
 
 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