summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2011-01-24 17:42:48 +0100
committerCedric Girard2011-01-24 17:42:48 +0100
commit87482ccb809ceac53651725f7cbe71ee43f39e8f (patch)
treed4f6465a27bd171ad11ec5f4adda6d14330d40cf
parent94d42ec437621e9f8f0cf6eaa9f72c6b9196a46c (diff)
downloadaur-87482ccb809ceac53651725f7cbe71ee43f39e8f.tar.gz
gmpc-plugins: changed lirc dependency to lirc-utils
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gmpc-plugins.changelog5
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c059bd75bda..1ab63854048f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gmpc-plugins
pkgdesc = official plugins for GMPC
pkgver = 0.20.0
- pkgrel = 3
+ pkgrel = 4
url = http://gmpclient.org/
changelog = gmpc-plugins.changelog
arch = i686
@@ -11,7 +11,7 @@ pkgbase = gmpc-plugins
makedepends = intltool
depends = libmpd>=0.19.0
depends = gmpc>=0.19.0
- depends = lirc
+ depends = lirc-utils
depends = xosd
depends = libwebkit
depends = libmicrohttpd
diff --git a/PKGBUILD b/PKGBUILD
index a69eab96c209..c5b1a2f1f1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
pkgname=gmpc-plugins
pkgver=0.20.0
-pkgrel=3
+pkgrel=4
pkgdesc="official plugins for GMPC"
arch=(i686 x86_64)
url="http://gmpclient.org/"
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')
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('e8c47c7cfeb8aab8995beef45d1c95ce')
diff --git a/gmpc-plugins.changelog b/gmpc-plugins.changelog
index 43974a8d211d..f50a2d834c89 100644
--- a/gmpc-plugins.changelog
+++ b/gmpc-plugins.changelog
@@ -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>
* 0.20.0-3 :