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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:50:09 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:50:01
  Author: felixonmars
Revision: 259860

upgpkg: haskell-http-date 0.0.6.1-30

Modified:
  haskell-http-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:37:09 UTC (rev 259859)
+++ PKGBUILD	2017-09-23 05:50:01 UTC (rev 259860)
@@ -5,7 +5,7 @@
 _hkgname=http-date
 pkgname=haskell-http-date
 pkgver=0.0.6.1
-pkgrel=29
+pkgrel=30
 pkgdesc="HTTP Date parser/formatter"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-attoparsec")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636')
+sha512sums=('456d59bc9405578526ea458772ba8b01d1fe85607bc0e201efd6f0f080525205cbf8eba19dfd5f64ff520510a9a7ae3b7008fe43fee0e312b792476b965ba739')
 
 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