Date: Thursday, February 11, 2016 @ 09:09:20 Author: fyan Revision: 161149
upgpkg: haskell-http 4000.3.3-1 Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-11 08:06:35 UTC (rev 161148) +++ PKGBUILD 2016-02-11 08:09:20 UTC (rev 161149) @@ -2,8 +2,8 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.3.2 -pkgrel=2 +pkgver=4000.3.3 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc=7.10.3' 'sh' 'haskell-network' 'haskell-parsec' 'haskell-mtl' 'haskell-network-uri') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('7eeac8ffd5cb2607f47bbcaf1ef8b589') +md5sums=('3f2d84d59e36476ca02c882419632d7d') build() { cd ${_hkgname}-${pkgver}
