diff --git a/srcpkgs/grilo-plugins/template b/srcpkgs/grilo-plugins/template index 6426ac5b534..0c38fbad42c 100644 --- a/srcpkgs/grilo-plugins/template +++ b/srcpkgs/grilo-plugins/template @@ -1,7 +1,6 @@ # Template file for 'grilo-plugins' pkgname=grilo-plugins -version=0.1.17 -revision=3 +version=0.1.18 homepage="http://live.gnome.org/Grilo" distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz" build_style=gnu-configure @@ -9,7 +8,7 @@ configure_args="--disable-static --enable-shoutcast" short_desc="Plugins for Grilo" maintainer="Juan RP " license="LGPL-2.1" -checksum=c77f70c02ab8a9abb7cddc909f90853d13e2a18d4b69db65a411082c3ef79b0a +checksum=7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79 long_desc=" More precisely, Grilo provides: @@ -31,8 +30,3 @@ Add_dependency build libgcrypt-devel Add_dependency build gmime-devel Add_dependency build libgdata-devel Add_dependency build tracker-devel - -pre_configure() { - # tracker-0.12 support - sed -i 's/sparql-0.11/sparql-0.12/g' configure -}