dev-python/evernote2: SRC_URI save to correct file name (was version only)

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-10 02:55:22 +04:00
parent 29f554d90a
commit 23aac5cf6a
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/JackonYang/evernote2
https://pypi.org/project/evernote2/
"
SRC_URI="https://github.com/JackonYang/$PN/archive/refs/tags/v$PV.tar.gz"
SRC_URI="https://github.com/JackonYang/$PN/archive/refs/tags/v$PV.tar.gz -> $P.gh.tar.gz"
LICENSE="Apache-2.0"