From 9eb94ad1a24f8e4c19d4cff6dd2f107299c614e9 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 24 May 2024 10:31:25 +0200 Subject: [PATCH] Updated --- net-im/chatty/chatty-0.8.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/chatty/chatty-0.8.3.ebuild b/net-im/chatty/chatty-0.8.3.ebuild index cf9b5de..e1eacbc 100755 --- a/net-im/chatty/chatty-0.8.3.ebuild +++ b/net-im/chatty/chatty-0.8.3.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit meson gnome2-utils xdg LIBCM_COMMIT="6c260ee37bd2eff096ee44c29690f30718566c1c" +COMMIT="3046c457f82e677e828b575901859fa52c958684" DESCRIPTION="XMPP and SMS messaging via libpurple and Modemmanager" HOMEPAGE="https://source.puri.sm/Librem5/chatty" @@ -32,7 +33,7 @@ DEPEND=" gnome-extra/evolution-data-server[phonenumber] RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-v${PV}" +S="${WORKDIR}/${PN}-v${PV}-${COMMIT}" src_prepare() { default