diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-19 04:46:36 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-19 04:46:36 +0000 |
| commit | 367b925cc6224b70f4c22fb0dae263dab617ed4f (patch) | |
| tree | 34a60af727c74394b47d0cda50d3853025e9bf01 /repos/extra/gobject-introspection/abuild | |
| parent | 1e5affaf3a96d70df4a94efdad401af01f222827 (diff) | |
| download | alicelinux-367b925cc6224b70f4c22fb0dae263dab617ed4f.tar.gz alicelinux-367b925cc6224b70f4c22fb0dae263dab617ed4f.zip | |
gobject-introspection: updated to 1.84.0
Diffstat (limited to 'repos/extra/gobject-introspection/abuild')
| -rw-r--r-- | repos/extra/gobject-introspection/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/gobject-introspection/abuild b/repos/extra/gobject-introspection/abuild index 17d3655f..02fce1d5 100644 --- a/repos/extra/gobject-introspection/abuild +++ b/repos/extra/gobject-introspection/abuild @@ -1,4 +1,5 @@ name=gobject-introspection -version=1.82.0 +version=1.84.0 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" +build_opt="-Dtests=false" |