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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 15:48:29 UTC 2017


    Date: Friday, September 22, 2017 @ 15:48:29
  Author: felixonmars
Revision: 259564

upgpkg: haskell-zip-archive 0.3.1.1-3

Modified:
  haskell-zip-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:47:11 UTC (rev 259563)
+++ PKGBUILD	2017-09-22 15:48:29 UTC (rev 259564)
@@ -5,9 +5,9 @@
 _hkgname=zip-archive
 pkgname=haskell-zip-archive
 pkgver=0.3.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for creating and modifying zip archives."
-url="http://github.com/jgm/zip-archive"
+url="https://github.com/jgm/zip-archive"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-digest" "haskell-mtl" "haskell-old-time" "haskell-temporary" "haskell-text"
@@ -19,7 +19,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-executable -fsplitbase
@@ -38,7 +38,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