Date: Tuesday, March 21, 2017 @ 14:53:24 Author: felixonmars Revision: 218179
upgpkg: haskell-connection 0.2.8-1 rebuild with connection,0.2.8 Modified: haskell-connection/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-21 14:50:59 UTC (rev 218178) +++ PKGBUILD 2017-03-21 14:53:24 UTC (rev 218179) @@ -4,8 +4,8 @@ _hkgname=connection pkgname=haskell-connection -pkgver=0.2.7 -pkgrel=5 +pkgver=0.2.8 +pkgrel=1 pkgdesc="Simple and easy network connections API" url="http://github.com/vincenthz/hs-connection" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" "haskell-network" "haskell-socks" "haskell-tls" "haskell-x509" "haskell-x509-store" "haskell-x509-system" "haskell-x509-validation") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('46d452dc92ebc6e851a9f9ac01dd2d29df846795dfce039cf07ba7102a323235') +sha256sums=('70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
