diff --git a/pkgbuild/haskell-libmpd/PKGBUILD b/pkgbuild/haskell-libmpd/PKGBUILD index 009e851..b4371b3 100644 --- a/pkgbuild/haskell-libmpd/PKGBUILD +++ b/pkgbuild/haskell-libmpd/PKGBUILD @@ -2,18 +2,18 @@ # Contributor: Arch Haskell Team _hkgname=libmpd pkgname=haskell-libmpd -pkgver=0.7.0 +pkgver=0.7.2 pkgrel=1 pkgdesc="An MPD client library." 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') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('c82b959f1ec4a6c4bbdd9dc77b419d2b') +md5sums=('97dffec85a508df165c0eece457a19a7') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \