diff --git a/srcpkgs/gobject-introspection-bootstrap/template b/srcpkgs/gobject-introspection-bootstrap/template index 86801942e3a..5920810d93b 100644 --- a/srcpkgs/gobject-introspection-bootstrap/template +++ b/srcpkgs/gobject-introspection-bootstrap/template @@ -4,8 +4,8 @@ # This aloing with glib-bootstrap is unfortunately necessary as a part of the # libgirepository-1.0 to libgirepository-2.0 migration. pkgname=gobject-introspection-bootstrap -version=1.80.1 -revision=2 +version=1.82.0 +revision=1 build_style=meson build_helper="qemu" configure_args="-Dbuild_introspection_data=false" @@ -20,7 +20,7 @@ maintainer="oreo639 " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/GObjectIntrospection" distfiles="${GNOME_SITE}/gobject-introspection/${version%.*}/gobject-introspection-${version}.tar.xz" -checksum=a1df7c424e15bda1ab639c00e9051b9adf5cea1a9e512f8a603b53cd199bc6d8 +checksum=0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09 python_version=3 repository=bootstrap @@ -57,10 +57,9 @@ post_install() { # For cross builds copy the not installed tests subdirectory if [ "$CROSS_BUILD" ]; then vmkdir usr/share/gobject-introspection-1.0/tests - for f in scanner/annotation.? scanner/drawable.? scanner/foo.? \ - scanner/regress.? scanner/utility.? scanner/warnlib.? \ + for f in annotation.? drawable.? foo.? regress.? utility.? warnlib.? \ gimarshallingtests.? gitestmacros.h; do - vcopy tests/$f usr/share/gobject-introspection-1.0/tests + vcopy gobject-introspection-tests/$f usr/share/gobject-introspection-1.0/tests done fi