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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:32:08 UTC 2017


    Date: Friday, September 22, 2017 @ 16:32:04
  Author: felixonmars
Revision: 259622

upgpkg: haskell-tuple-th 0.2.5-5

Modified:
  haskell-tuple-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:31:19 UTC (rev 259621)
+++ PKGBUILD	2017-09-22 16:32:04 UTC (rev 259622)
@@ -5,7 +5,7 @@
 _hkgname=tuple-th
 pkgname=haskell-tuple-th
 pkgver=0.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Generate (non-recursive) utility functions for tuples of statically known size"
 url="https://github.com/DanielSchuessler/tuple-th"
 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=('56ea37dcede07b5cf5385108540ae626db163f9df0387583d3c7afdaf72634d7')
+sha512sums=('725864ef973188f6db0be431358a87dca630c8c3be554f651933b1198c06568a1fba34f78763ff639292632c7a848839c1f4d3236a3d8bd96e1f10573b01508e')
 
 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