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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 04:36:22 UTC 2017


    Date: Thursday, June 15, 2017 @ 04:36:22
  Author: felixonmars
Revision: 236984

upgpkg: haskell-x509-store 1.6.2-19

rebuild with ghc,8.0.2

Modified:
  haskell-x509-store/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 04:34:54 UTC (rev 236983)
+++ PKGBUILD	2017-06-15 04:36:22 UTC (rev 236984)
@@ -5,13 +5,13 @@
 _hkgname=x509-store
 pkgname=haskell-x509-store
 pkgver=1.6.2
-pkgrel=18
+pkgrel=19
 pkgdesc="X.509 collection accessing and storing methods"
 url="http://github.com/vincenthz/hs-certificate"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl"
-         "haskell-cryptonite" "haskell-pem" "haskell-x509")
+depends=("ghc" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl" "haskell-cryptonite"
+         "haskell-pem" "haskell-x509")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('49fd261c7e55a45fd357931a6d9f81e22f242e6047304d3e2662e43db94d807b')
 
@@ -18,7 +18,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -39,4 +39,7 @@
     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