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

Felix Yan felixonmars at archlinux.org
Wed Jun 28 18:16:09 UTC 2017


    Date: Wednesday, June 28, 2017 @ 18:16:08
  Author: felixonmars
Revision: 241469

upgpkg: haskell-tls 1.3.11-1

rebuild with tls,1.3.11

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 18:12:41 UTC (rev 241468)
+++ PKGBUILD	2017-06-28 18:16:08 UTC (rev 241469)
@@ -4,8 +4,8 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.3.10
-pkgrel=15
+pkgver=1.3.11
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls"
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
          "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" "haskell-mtl"
          "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('9f057d0f40dda5ce8d0f0e0f2a06087be8007c41462c6cab19774538c35e0171')
+sha512sums=('719ca0be6acd658806be90d945f4d3e5b6f5b0e9b2017f05c6865bda7a6768f4bb1ec3bd687efe3ba21f513275c7f0d3c88a644f6eef1c7781d1d9118788af3b')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-hans -fnetwork -fcompat
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list