From f70e409f20c071af91dc04257ef39234247e322a Mon Sep 17 00:00:00 2001 From: gouwazi Date: Fri, 29 Nov 2024 10:09:56 +0800 Subject: [PATCH] net-misc/hoppscotch-bin: make pkgcheck happy --- net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild b/net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild index bf7cd16b1fd..28f9c39cc26 100644 --- a/net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild +++ b/net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild @@ -7,7 +7,8 @@ inherit unpacker desktop xdg DESCRIPTION="Open source API development ecosystem" HOMEPAGE="https://hoppscotch.io" -SRC_URI="https://github.com/hoppscotch/releases/releases/download/v$(ver_rs 3 '-')/Hoppscotch_linux_x64.deb -> ${P}.deb" +MY_PV=$(ver_rs 3 '-') +SRC_URI="https://github.com/hoppscotch/releases/releases/download/v${MY_PV}/Hoppscotch_linux_x64.deb -> ${P}.deb" S="${WORKDIR}" LICENSE="MIT"