commit bb7ef99f1b84d3d1df002b97145d51d9dda236f6 Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Apr 10 12:46:01 2015 +1000 gobject-introspection: 1.42.0 -> 1.44.0 diff --git a/gobject-introspection/.md5sum b/gobject-introspection/.md5sum index 8532d43..7f4310e 100644 --- a/gobject-introspection/.md5sum +++ b/gobject-introspection/.md5sum @@ -1 +1 @@ -4fa52f6b67367d9c1b99b98683ced202 gobject-introspection-1.42.0.tar.xz +7ef8a1db7f74f4193a2397b1587eb913 gobject-introspection-1.44.0.tar.xz diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 1f2e95b..c8215ae 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python glib name=gobject-introspection -version=1.42.0 +version=1.44.0 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/man \ - --disable-tests \ + --disable-doctool \ --disable-gtk-doc-html make