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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 15:53:21 UTC 2017


    Date: Friday, September 22, 2017 @ 15:53:20
  Author: felixonmars
Revision: 259572

upgpkg: haskell-x509-validation 1.6.9-6

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:52:47 UTC (rev 259571)
+++ PKGBUILD	2017-09-22 15:53:20 UTC (rev 259572)
@@ -5,9 +5,9 @@
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
 pkgver=1.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc="X.509 Certificate and CRL validation"
-url="http://github.com/vincenthz/hs-certificate"
+url="https://github.com/vincenthz/hs-certificate"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-byteable" "haskell-cryptonite"
@@ -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
     runhaskell Setup build
@@ -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