commit: 4c3d0aaa82668566fdec2ccdb603b594bb152727 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 04:08:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 20 04:16:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d0aaa
net-libs/dleyna: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/dleyna/dleyna-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/dleyna/dleyna-0.8.0.ebuild b/net-libs/dleyna/dleyna-0.8.0.ebuild index 3024942fe634..43c3563b859d 100644 --- a/net-libs/dleyna/dleyna-0.8.0.ebuild +++ b/net-libs/dleyna/dleyna-0.8.0.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="A set of services and D-Bus APIs to simplify access to UPnP/DLNA media devices" HOMEPAGE="https://gitlab.gnome.org/World/dLeyna" -SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v0.8.0/dLeyna-v${PV}.tar.bz2" +SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="1.0/6" # soname of libdleyna-core-1.0.so
