Date: Wednesday, December 21, 2016 @ 04:21:42
  Author: felixonmars
Revision: 200574

upgpkg: haskell-tls 1.3.8-17

rebuild with memory-0.14

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-21 04:17:51 UTC (rev 200573)
+++ PKGBUILD    2016-12-21 04:21:42 UTC (rev 200574)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.8
-pkgrel=16
+pkgrel=17
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls";
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
          "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
          "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('b440cf011c3e7af89e1ed719c714ab1001e8d3b13ef9dd3660019d88826bb1e5')
 
 build() {

Reply via email to