diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-04-10 12:46:01 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-04-10 12:46:01 +1000 |
commit | bb7ef99f1b84d3d1df002b97145d51d9dda236f6 (patch) | |
tree | a7fbcc8f3bbc8e7b1d1da97c9820c06503cd1c34 /gobject-introspection | |
parent | 7db40034213c63fec07af8b1f2df0ab2ea8d375a (diff) | |
download | opt-bb7ef99f1b84d3d1df002b97145d51d9dda236f6.tar.gz opt-bb7ef99f1b84d3d1df002b97145d51d9dda236f6.tar.xz |
gobject-introspection: 1.42.0 -> 1.44.0
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/.md5sum | 2 | ||||
-rw-r--r-- | gobject-introspection/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gobject-introspection/.md5sum b/gobject-introspection/.md5sum index 8532d4366..7f4310e32 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 1f2e95b7f..c8215ae1e 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 |