diff --git a/srcpkgs/glycin/template b/srcpkgs/glycin/template index a1ff5912823..1fc827a5e28 100644 --- a/srcpkgs/glycin/template +++ b/srcpkgs/glycin/template @@ -1,7 +1,7 @@ # Template file for 'glycin' pkgname=glycin -version=1.1.4 -revision=2 +version=1.2.1 +revision=1 build_style=meson build_helper="rust gir" configure_args="-Dtest_skip_install=true" @@ -13,10 +13,10 @@ short_desc="Sandboxed and extendable image decoding" maintainer="chrysos349 " license="MPL-2.0" homepage="https://gitlab.gnome.org/GNOME/glycin" -changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/gnome-47/NEWS" +changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/1.2/NEWS" #changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/main/NEWS" distfiles="${GNOME_SITE}/glycin/${version%.*}/glycin-${version}.tar.xz" -checksum=d1b6d590b699b6681a67d01198a581a7f710d8ca7450934dd7f5db241fa12500 +checksum=ccc578e9a3e83d0dc1535737d1fda09baa95c7167f5e5ecb15f786654094eed5 make_check=no # needs to be installed to run tests if [ "$CROSS_BUILD" ]; then @@ -46,7 +46,7 @@ glycin-devel_package() { vmove usr/lib/pkgconfig/glycin-1.pc vmove usr/lib/libglycin-1.so vmove usr/share/gir-1.0/Gly-1.gir - vmove usr/share/vala/vapi/libglycin-1.* + vmove usr/share/vala/vapi/glycin-1.* } } @@ -67,7 +67,7 @@ glycin-gtk4-devel_package() { vmove usr/lib/pkgconfig/glycin-gtk4-1.pc vmove usr/lib/libglycin-gtk4-1.so vmove usr/share/gir-1.0/GlyGtk4-1.gir - vmove usr/share/vala/vapi/libglycin-gtk4-1.* + vmove usr/share/vala/vapi/glycin-gtk4-1.* } }