[arch-commits] Commit in haskell-x509-store/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 21 04:01:50 UTC 2016
Date: Wednesday, December 21, 2016 @ 04:01:49
Author: felixonmars
Revision: 200562
upgpkg: haskell-x509-store 1.6.2-4
rebuild with memory-0.14
Modified:
haskell-x509-store/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-21 03:58:45 UTC (rev 200561)
+++ PKGBUILD 2016-12-21 04:01:49 UTC (rev 200562)
@@ -5,7 +5,7 @@
_hkgname=x509-store
pkgname=haskell-x509-store
pkgver=1.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="X.509 collection accessing and storing methods"
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-types" "haskell-mtl"
"haskell-cryptonite" "haskell-pem" "haskell-x509")
-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=('49fd261c7e55a45fd357931a6d9f81e22f242e6047304d3e2662e43db94d807b')
build() {
More information about the arch-commits
mailing list