Diff todo-2.12.0-r2 with a todo-2.13.0

/usr/portage/app-misc/todo/todo-2.13.0.ebuild 2025-02-03 17:39:32.310665071 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
9 9
HOMEPAGE="http://todotxt.org"
10 10
SRC_URI="https://github.com/todotxt/${PN}.txt-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 11

  
12
S="${WORKDIR}/${PN}.txt-cli-${PV}"
13

  
12 14
LICENSE="GPL-3"
13 15
SLOT="0"
14 16
KEYWORDS="~amd64 ~x86"
......
19 21

  
20 22
DOCS=( README.md LICENSE todo.cfg )
21 23

  
22
S="${WORKDIR}/${PN}.txt-cli-${PV}"
23

  
24 24
src_prepare() {
25 25
	default
26 26

  
Thank you!