Date: Wednesday, December 17, 2014 @ 10:06:26 Author: spupykin Revision: 124011
upgpkg: haskell-network 2.6.0.2-1 upd Modified: haskell-network/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-17 08:42:23 UTC (rev 124010) +++ PKGBUILD 2014-12-17 09:06:26 UTC (rev 124011) @@ -2,17 +2,17 @@ _hkgname=network pkgname=haskell-network -pkgver=2.5.0.0 -pkgrel=2 +pkgver=2.6.0.2 +pkgrel=1 pkgdesc="Low-level networking interface" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.3-1' 'sh' 'haskell-parsec=3.1.5-3') +depends=('ghc=7.8.3-2' 'sh' 'haskell-parsec=3.1.7-1') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('ce4a584d3c04905b88275a156273dac6') +md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0') build() { cd ${_hkgname}-${pkgver}
