grilo-plugins: fix grilo dependency version (thanks Gottox).
This commit is contained in:
parent
a7308bdbcd
commit
723ff73311
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'grilo-plugins'
|
||||
pkgname=grilo-plugins
|
||||
version=0.2.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-shoutcast"
|
||||
hostmakedepends="pkg-config intltool itstool gnome-doc-utils"
|
||||
|
@ -10,7 +10,7 @@ makedepends="grilo-devel>=0.2.9 gupnp-av-devel json-glib-devel
|
|||
libquvi-devel rest-devel>=0.7.90 sqlite-devel libgcrypt-devel gmime-devel
|
||||
tracker-devel>=0.16_2 totem-pl-parser-devel>=3.10 libgdata-devel>=0.14
|
||||
gnome-online-accounts-devel>=3.10 avahi-glib-libs-devel"
|
||||
depends="grilo>=${version}"
|
||||
depends="grilo>=0.2.9"
|
||||
short_desc="Plugins for Grilo"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
|
Loading…
Reference in a new issue