Date: Thursday, May 17, 2018 @ 07:20:10 Author: felixonmars Revision: 323363
upgpkg: haskell-x509-system 1.6.6-34 rebuild with ghc 8.4.2 Modified: haskell-x509-system/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 07:19:35 UTC (rev 323362) +++ PKGBUILD 2018-05-17 07:20:10 UTC (rev 323363) @@ -5,12 +5,12 @@ _hkgname=x509-system pkgname=haskell-x509-system pkgver=1.6.6 -pkgrel=33 +pkgrel=34 pkgdesc="Handle per-operating-system X.509 accessors and storage" url="https://github.com/vincenthz/hs-certificate" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store") +depends=('ghc-libs' "haskell-pem" "haskell-x509" "haskell-x509-store") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('110f8e9566ab1cd9491f1bc9cb11ee950c34308af026e71b9f8e60beac09b0e062e1e3a0177d67b04aab824c54476b800b965bf616fe84ba0181991371c9c220')
