diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template index a867b92a775..5169f329d33 100644 --- a/srcpkgs/vte3/template +++ b/srcpkgs/vte3/template @@ -1,6 +1,6 @@ # Template file for 'vte3' pkgname=vte3 -version=0.56.0 +version=0.56.1 revision=1 wrksrc="vte-${version}" build_style=gnu-configure @@ -16,7 +16,7 @@ maintainer="Enno Boland " license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later" homepage="https://wiki.gnome.org/Apps/Terminal/VTE" distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz" -checksum=5fab50e66b9d5bb7dfc6a1a9c334ed10d60b63f4a222f11281bba977ae11b7f0 +checksum=02fa8ecc02a9332e47f486795494527b5687b3bd448e73e6b67285f2f326dc7c # Suppress warnings as errors for NULL format strings (musl libc) CXXFLAGS="-Wno-error=format=" @@ -27,7 +27,8 @@ build_options="gir vala" case "$XBPS_TARGET_MACHINE" in i686-musl|x86_64-musl) build_options_default+=" gir vala" ;; *-musl) ;; - *) build_options_default+=" gir vala" ;; + *) # build_options_default+=" gir vala" + ;; esac pre_build() {