diff options
author | Sam James <sam@gentoo.org> | 2022-10-20 05:08:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 05:16:11 +0100 |
commit | 4c3d0aaa82668566fdec2ccdb603b594bb152727 (patch) | |
tree | a12c12f80c8857f9e3abe4b830aa653cef99876b /net-libs | |
parent | sys-fs/dislocker: fix unused eclass (flag-o-matic) (diff) | |
download | gentoo-4c3d0aaa82668566fdec2ccdb603b594bb152727.tar.gz gentoo-4c3d0aaa82668566fdec2ccdb603b594bb152727.tar.bz2 gentoo-4c3d0aaa82668566fdec2ccdb603b594bb152727.zip |
net-libs/dleyna: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/dleyna/dleyna-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |