diff --git a/pkgbuild/haskell-libmpd-git/PKGBUILD b/pkgbuild/haskell-libmpd-git/PKGBUILD index ede42d1..6ed0139 100644 --- a/pkgbuild/haskell-libmpd-git/PKGBUILD +++ b/pkgbuild/haskell-libmpd-git/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Cedric Girard _hkgname=libmpd pkgname=haskell-libmpd-git -pkgver=20111220 +pkgver=20120305 pkgrel=1 pkgdesc="An MPD client library, git version." url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') arch=('i686' 'x86_64') makedepends=() -depends=('ghc' 'haskell-containers=0.4.0.0' 'haskell-filepath=1.2.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2' 'haskell-old-locale=1.0.0.2' 'haskell-time=1.2.0.3' 'haskell-utf8-string<0.4') +depends=('ghc' 'haskell-containers=0.4.2.1' 'haskell-filepath=1.3.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.11' 'haskell-old-locale=1.0.0.4' 'haskell-time=1.4' 'haskell-utf8-string<0.4') conflicts=('haskell-libmpd') provides=('haskell-libmpd') options=('strip')