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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:57:03 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:57:03
  Author: felixonmars
Revision: 260180

upgpkg: haskell-placeholders 0.1-5

Modified:
  haskell-placeholders/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:56:49 UTC (rev 260179)
+++ PKGBUILD	2017-09-23 16:57:03 UTC (rev 260180)
@@ -5,7 +5,7 @@
 _hkgname=placeholders
 pkgname=haskell-placeholders
 pkgver=0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Placeholders for use while developing Haskell code"
 url="https://github.com/ahammar/placeholders"
 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=('652a78553dcaf6e11b4cd8f0e60010b32da299fbe57721df4bf9157e852d0346')
+sha512sums=('29248b791853ab28e79238f454754ab8a87364c46387a2c026f5cad315bf26782924ff86516ad4948e7ed2ac8a9e1074dfbb8f8c73506ff66b93f2c8158599c9')
 
 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