haskell-libmpd-git: added version in provide field
This commit is contained in:
parent
bdbcfcbd6e
commit
58d7e54377
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
_hkgname=libmpd
|
_hkgname=libmpd
|
||||||
pkgname=haskell-libmpd-git
|
pkgname=haskell-libmpd-git
|
||||||
pkgver=20120305
|
pkgver=20120305
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="An MPD client library, git version."
|
pkgdesc="An MPD client library, git version."
|
||||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
|
||||||
makedepends=()
|
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')
|
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')
|
conflicts=('haskell-libmpd')
|
||||||
provides=('haskell-libmpd')
|
provides=('haskell-libmpd=0.8.0')
|
||||||
options=('strip')
|
options=('strip')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue