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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:13:35 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:13:34
  Author: felixonmars
Revision: 200568

upgpkg: haskell-x509-validation 1.6.5-4

rebuild with memory-0.14

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:11:31 UTC (rev 200567)
+++ PKGBUILD	2016-12-21 04:13:34 UTC (rev 200568)
@@ -5,7 +5,7 @@
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
 pkgver=1.6.5
-pkgrel=3
+pkgrel=4
 pkgdesc="X.509 Certificate and CRL validation"
 url="http://github.com/vincenthz/hs-certificate"
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-byteable"
          "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
          "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store")
-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=('d1f73197677b6d19795fc80e4a1fa93e810d567ee4e3edc74e841b3eb20e1ca4')
 
 build() {



More information about the arch-commits mailing list