[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:32:22 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:32:21
  Author: felixonmars
Revision: 259852

upgpkg: haskell-http-api-data 0.3.7.1-17

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:32:10 UTC (rev 259851)
+++ PKGBUILD	2017-09-23 05:32:21 UTC (rev 259852)
@@ -5,9 +5,9 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.7.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
-url="http://github.com/fizruk/http-api-data"
+url="https://github.com/fizruk/http-api-data"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-hashable'
@@ -20,7 +20,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-use-text-show
@@ -39,7 +39,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