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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:16:30 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:16:27
  Author: felixonmars
Revision: 260000

upgpkg: haskell-echo 0.1.3-3

Modified:
  haskell-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:16:07 UTC (rev 259999)
+++ PKGBUILD	2017-09-23 15:16:27 UTC (rev 260000)
@@ -5,9 +5,9 @@
 _hkgname=echo
 pkgname=haskell-echo
 pkgver=0.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A cross-platform, cross-console way to handle echoing terminal input"
-url="http://github.com/RyanGlScott/echo/"
+url="https://github.com/RyanGlScott/echo/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
@@ -23,7 +23,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
     runhaskell Setup build
@@ -41,7 +41,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