diff --git a/net-libs/libaccounts_glib/libaccounts_glib-1.27.recipe b/net-libs/libaccounts_glib/libaccounts_glib-1.27.recipe index 972f1dd09..910be72a7 100644 --- a/net-libs/libaccounts_glib/libaccounts_glib-1.27.recipe +++ b/net-libs/libaccounts_glib/libaccounts_glib-1.27.recipe @@ -1,13 +1,13 @@ SUMMARY="Accounts management library for GLib applications" DESCRIPTION="This project is a library for managing accounts which can be used from GLib \ -applications. It is part of the [accounts-sso project][accounts-sso]." +applications. It is part of the accounts-sso project." HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib" COPYRIGHT="2024 Accounts SSO" LICENSE="GNU LGPL v2.1" -REVISION="1" -SOURCE_URI="https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_1.27/libaccounts-glib-VERSION_1.27.tar.bz2" +REVISION="2" +SOURCE_URI="https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_$portVersion/libaccounts-glib-VERSION_$portVersion.tar.bz2" CHECKSUM_SHA256="e178c103e60ca34777afba94019a1c4571aedf9e54291b0faca71e5cad0628af" -SOURCE_DIR="libaccounts-glib-VERSION_1.27" +SOURCE_DIR="libaccounts-glib-VERSION_$portVersion" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -103,5 +103,6 @@ INSTALL() TEST() { # /bin/sh: line 1: /packages/libaccounts_glib-1.26-1/cmd~meson/bin/meson: No such file or directory + unset meson ninja -C build test }