Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/task/
Date: Sun, 28 Feb 2021 09:03:28
Message-Id: 1614502989.4b3c6f4e0483ec26a8106c1ef388d77e4431f5ae.juippis@gentoo
1 commit: 4b3c6f4e0483ec26a8106c1ef388d77e4431f5ae
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 09:02:05 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 09:03:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3c6f4e
7
8 app-misc/task: fix StaticSrcUri on 2.5.3
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-misc/task/task-2.5.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/task/task-2.5.3.ebuild b/app-misc/task/task-2.5.3.ebuild
16 index b3b9920bcf8..3b3b987763a 100644
17 --- a/app-misc/task/task-2.5.3.ebuild
18 +++ b/app-misc/task/task-2.5.3.ebuild
19 @@ -7,8 +7,8 @@ inherit bash-completion-r1 cmake
20
21 DESCRIPTION="Taskwarrior is a command-line todo list manager"
22 HOMEPAGE="https://taskwarrior.org/"
23 -SRC_URI="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v2.5.3/task-2.5.3.tar.gz
24 -https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v2.5.3/tests-2.5.3.tar.gz"
25 +SRC_URI="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${PV}/${P}.tar.gz
26 + https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${PV}/tests-${PV}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"