Date: Wednesday, May 16, 2018 @ 19:20:28 Author: felixonmars Revision: 323122
upgpkg: haskell-x509 1.7.3-6 rebuild with ghc 8.4.2 Modified: haskell-x509/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:19:47 UTC (rev 323121) +++ PKGBUILD 2018-05-16 19:20:28 UTC (rev 323122) @@ -5,13 +5,13 @@ _hkgname=x509 pkgname=haskell-x509 pkgver=1.7.3 -pkgrel=5 +pkgrel=6 pkgdesc="X509 reader and writer" url="https://github.com/vincenthz/hs-certificate" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-parse" "haskell-asn1-types" - "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-mtl" "haskell-pem") + "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-pem") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6b445a69af8a9ba1a24f1ee0324b850a36b664a8ffb77d3b3de5ebd0d74b1bf458229c2d7f7bff52013666b34ad3b3088a01621fe35b4cd9f285795e8093cb87')
