Date: Tuesday, June 20, 2017 @ 09:25:32 Author: felixonmars Revision: 238912
upgpkg: haskell-x509-system 1.6.4-20 rebuild with foundation,0.0.12 Modified: haskell-x509-system/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 09:24:20 UTC (rev 238911) +++ PKGBUILD 2017-06-20 09:25:32 UTC (rev 238912) @@ -5,12 +5,12 @@ _hkgname=x509-system pkgname=haskell-x509-system pkgver=1.6.4 -pkgrel=19 +pkgrel=20 pkgdesc="Handle per-operating-system X.509 accessors and storage" url="http://github.com/vincenthz/hs-certificate" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store") +depends=('ghc' "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('d98ef028855ad73a872ed86026f205aba383378bf1e63462c5d3e4733b60ff4c')
