From 58d7e5437767ab2f21cc9a1e37b6a325f11493ef Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 5 Mar 2012 18:03:05 +0100 Subject: [PATCH] haskell-libmpd-git: added version in provide field --- pkgbuild/haskell-libmpd-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgbuild/haskell-libmpd-git/PKGBUILD b/pkgbuild/haskell-libmpd-git/PKGBUILD index 6ed0139..6291c19 100644 --- a/pkgbuild/haskell-libmpd-git/PKGBUILD +++ b/pkgbuild/haskell-libmpd-git/PKGBUILD @@ -2,7 +2,7 @@ _hkgname=libmpd pkgname=haskell-libmpd-git pkgver=20120305 -pkgrel=1 +pkgrel=2 pkgdesc="An MPD client library, git version." url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') makedepends=() 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') +provides=('haskell-libmpd=0.8.0') options=('strip') install=${pkgname}.install