diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index c0e9441f64d..0523e247d29 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.42.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-tests --disable-static" hostmakedepends="pkg-config flex libtool" @@ -25,7 +25,7 @@ gir-freedesktop_package() { libgirepository_package() { short_desc="Library for handling GObject introspection data (runtime library)" - replaces="gobject-introspection<0.6.10" + depends="gir-freedesktop-${version}_${revision}" pkg_install() { vmove "usr/lib/*.so.*" }