Date: Wednesday, May 16, 2018 @ 19:57:47 Author: felixonmars Revision: 323196
upgpkg: haskell-x509-store 1.6.6-5 rebuild with ghc 8.4.2 Modified: haskell-x509-store/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:57:11 UTC (rev 323195) +++ PKGBUILD 2018-05-16 19:57:47 UTC (rev 323196) @@ -5,12 +5,12 @@ _hkgname=x509-store pkgname=haskell-x509-store pkgver=1.6.6 -pkgrel=4 +pkgrel=5 pkgdesc="X.509 collection accessing and storing methods" url="https://github.com/vincenthz/hs-certificate" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl" "haskell-cryptonite" +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-cryptonite" "haskell-pem" "haskell-x509") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
