From de95973d47cef7dc3f660237be47ec24de4856be Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 2 May 2023 13:31:54 +0200 Subject: [PATCH] Added commit --- gnome-extra/health/health-0.94.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-extra/health/health-0.94.0.ebuild b/gnome-extra/health/health-0.94.0.ebuild index 58c1275..8527c51 100644 --- a/gnome-extra/health/health-0.94.0.ebuild +++ b/gnome-extra/health/health-0.94.0.ebuild @@ -5,7 +5,8 @@ EAPI=8 inherit gnome2-utils meson vala xdg -DESCRIPTION="Mastodon client" +COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6" +DESCRIPTION="Track your fitness goals" HOMEPAGE="https://gitlab.gnome.org/World/Health/" SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/0.94.0/${PN}-${PV}.tar.gz" @@ -13,7 +14,7 @@ LICENSE="CC-BY-3.0 GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -S="${WORKDIR}/${PN}-${PV}" +S="${WORKDIR}/${PN}-${PV}-${COMMIT}" RDEPEND=" >=dev-libs/glib-2.30