diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-11-14 22:09:25 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-11-14 22:21:13 +0100 |
commit | fc1b86dcd3fafb6f4060cd103de0d7e5d4a93955 (patch) | |
tree | 26ab30a4d3d3e61f7e7bb80409dc4e750dcb8961 /app-text | |
parent | app-text/cherrytree: Bump to 1.2.0 (diff) | |
download | gentoo-fc1b86dcd3fafb6f4060cd103de0d7e5d4a93955.tar.gz gentoo-fc1b86dcd3fafb6f4060cd103de0d7e5d4a93955.tar.bz2 gentoo-fc1b86dcd3fafb6f4060cd103de0d7e5d4a93955.zip |
app-text/cherrytree: use braces for PV variable in SRC_URI
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cherrytree/cherrytree-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cherrytree/cherrytree-1.2.0.ebuild b/app-text/cherrytree/cherrytree-1.2.0.ebuild index b4acf9146aa5..26f7d785b46a 100644 --- a/app-text/cherrytree/cherrytree-1.2.0.ebuild +++ b/app-text/cherrytree/cherrytree-1.2.0.ebuild @@ -10,7 +10,7 @@ inherit cmake python-any-r1 xdg DESCRIPTION="A hierarchical note taking application (C++ version)" HOMEPAGE="https://www.giuspen.com/cherrytree/" -SRC_URI="https://github.com/giuspen/${PN}/releases/download/v$PV/${P/-/_}.tar.xz" +SRC_URI="https://github.com/giuspen/${PN}/releases/download/v${PV}/${P/-/_}.tar.xz" S="${WORKDIR}"/${P/-/_} # GPL-3 — future/src/ct (CherryTree) |