Date: Sunday, March 8, 2015 @ 17:37:23 Author: jelle Revision: 128923
upgpkg: haskell-network-uri 2.6.0.1-2 update haskell-parsec dep Modified: haskell-network-uri/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-08 16:28:58 UTC (rev 128922) +++ PKGBUILD 2015-03-08 16:37:23 UTC (rev 128923) @@ -3,13 +3,13 @@ _hkgname=network-uri pkgname=haskell-network-uri pkgver=2.6.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-2') +depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-4') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('9f7eb108125b67719db88ea7961463ef')
