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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:39:33 UTC 2017


    Date: Friday, September 22, 2017 @ 18:39:32
  Author: felixonmars
Revision: 259712

upgpkg: haskell-configurator-ng 0.0.0.1-6

Modified:
  haskell-configurator-ng/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:39:20 UTC (rev 259711)
+++ PKGBUILD	2017-09-22 18:39:32 UTC (rev 259712)
@@ -5,9 +5,9 @@
 _hkgname=configurator-ng
 pkgname=haskell-configurator-ng
 pkgver=0.0.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="The next generation of configuration management"
-url="http://github.com/lpsmith/configurator-ng"
+url="https://github.com/lpsmith/configurator-ng"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-attoparsec" "haskell-critbit" "haskell-dlist" "haskell-data-ordlist"
@@ -15,7 +15,7 @@
          "haskell-unordered-containers")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3a367ad5dd04bddb891600899b99cbefa4bb53e44c83ebab114dacd1b68f012b')
+sha512sums=('7995be233ab367e807a66c6f0f412826dc6c916a895c5e145d5b21af2f867a0c69c6bd228e7d5425a69ea9b500ed51fb00025ca9090417aaee4ac1a027f2f77a')
 
 prepare() {
     sed -i '/fail/d' ${_hkgname}-$pkgver/$_hkgname.cabal
@@ -24,7 +24,7 @@
 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 \
             -f-developer
@@ -43,7 +43,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