Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/
Date: Wed, 30 Sep 2020 09:28:22
Message-Id: 1601458089.68eb7b73cd231684f41be08d45156df827226c74.juippis@gentoo
1 commit: 68eb7b73cd231684f41be08d45156df827226c74
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Sep 6 18:09:18 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 09:28:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68eb7b73
7
8 dev-db/pgcli: update SRC_URI
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-db/pgcli/pgcli-2.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-db/pgcli/pgcli-2.2.0.ebuild b/dev-db/pgcli/pgcli-2.2.0.ebuild
18 index fbeeff21ca5..54f699d3aa0 100644
19 --- a/dev-db/pgcli/pgcli-2.2.0.ebuild
20 +++ b/dev-db/pgcli/pgcli-2.2.0.ebuild
21 @@ -8,7 +8,7 @@ inherit distutils-r1
22
23 DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"
24 HOMEPAGE="https://www.pgcli.com https://github.com/dbcli/pgcli"
25 -SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 +SRC_URI="https://github.com/dbcli/pgcli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD MIT"
29 SLOT="0"