gmpc-plugins: changed lirc dependency to lirc-utils
This commit is contained in:
parent
2f1984398e
commit
26c0b8693f
2 changed files with 7 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
||||||
pkgname=gmpc-plugins
|
pkgname=gmpc-plugins
|
||||||
pkgver=0.20.0
|
pkgver=0.20.0
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="official plugins for GMPC"
|
pkgdesc="official plugins for GMPC"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://gmpclient.org/"
|
url="http://gmpclient.org/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
depends=('libmpd>=0.19.0' 'gmpc>=0.19.0' 'lirc' 'xosd' 'libwebkit' 'libmicrohttpd' 'taglib')
|
depends=('libmpd>=0.19.0' 'gmpc>=0.19.0' 'lirc-utils' 'xosd' 'libwebkit' 'libmicrohttpd' 'taglib')
|
||||||
makedepends=('gob2' 'intltool')
|
makedepends=('gob2' 'intltool')
|
||||||
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||||
md5sums=('e8c47c7cfeb8aab8995beef45d1c95ce')
|
md5sums=('e8c47c7cfeb8aab8995beef45d1c95ce')
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2011-01-24 Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
|
||||||
|
* 0.20.0-4 :
|
||||||
|
Corrected lirc dependency to lirc-utils
|
||||||
|
|
||||||
2011-01-03 Cedric Girard <girard.cedric@gmail.com>
|
2011-01-03 Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
|
||||||
* 0.20.0-3 :
|
* 0.20.0-3 :
|
||||||
|
|
Loading…
Reference in a new issue