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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 03:51:53 UTC 2016


    Date: Wednesday, December 21, 2016 @ 03:51:53
  Author: felixonmars
Revision: 200558

upgpkg: haskell-x509 1.6.5-3

rebuild with memory-0.14

Modified:
  haskell-x509/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 03:47:37 UTC (rev 200557)
+++ PKGBUILD	2016-12-21 03:51:53 UTC (rev 200558)
@@ -5,7 +5,7 @@
 _hkgname=x509
 pkgname=haskell-x509
 pkgver=1.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc="X509 reader and writer"
 url="http://github.com/vincenthz/hs-certificate"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-parse" "haskell-asn1-types"
          "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-mtl" "haskell-pem")
-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=('b53894214e23ab2795f2a9f4c885e37b35a223bbc03763b0017ce06dc8394783')
 
 build() {



More information about the arch-commits mailing list