From 6461a84dca81268b9948d519f62cb560b96426fc Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Fri, 13 Aug 2021 15:42:16 +0200 Subject: [PATCH] Fixed working dir --- gnome-extra/authenticator/authenticator-4.0.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index 6bb865a..cd15250 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -6,6 +6,8 @@ VALA_USE_DEPEND="vapigen" inherit vala meson gnome2-utils xdg +COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d" + DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" @@ -30,7 +32,7 @@ BDEPEND=" dev-libs/gobject-introspection " -S="${WORKDIR}/$PN-${PV}" +S="${WORKDIR}/$PN-${PV}-${COMMIT}" src_install() { meson_src_install