Date: Thursday, December 10, 2015 @ 19:27:20 Author: bpiotrowski Revision: 152538
GHC 7.10.3 rebuild Modified: haskell-x509-system/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:27:13 UTC (rev 152537) +++ PKGBUILD 2015-12-10 18:27:20 UTC (rev 152538) @@ -5,12 +5,12 @@ _hkgname=x509-system pkgname=haskell-x509-system pkgver=1.6.1 -pkgrel=2 +pkgrel=3 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=7.10.2" "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store") +depends=("ghc=7.10.3" "haskell-mtl" "haskell-pem" "haskell-x509" "haskell-x509-store") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
