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

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


    Date: Saturday, September 23, 2017 @ 16:57:58
  Author: felixonmars
Revision: 260182

upgpkg: haskell-docopt 0.7.0.5-3

Modified:
  haskell-docopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:57:41 UTC (rev 260181)
+++ PKGBUILD	2017-09-23 16:57:58 UTC (rev 260182)
@@ -5,7 +5,7 @@
 _hkgname=docopt
 pkgname=haskell-docopt
 pkgver=0.7.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A command-line interface parser that will make you smile"
 url="https://github.com/docopt/docopt.hs"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-parsec" "haskell-th-lift")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('15790808a4896bbf0748c1c0f3ab63c07aea4621d95b93a39886813f829d05ee')
+sha512sums=('68c46287573cbf6cb0e2f01ba117f70a6598e3581f1ca2de6920909b37d8851651d41438a51ae363cb51bd06422e9dba4aa948320e32f904c4b950e764c7e635')
 
 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 \
             -ftemplate-haskell
@@ -37,7 +37,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list