net-misc/ddgr: fix pkg URIs

This commit is contained in:
XGQT 2020-03-15 13:18:05 +01:00
parent 1da1c77601
commit 88763147ca
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
DIST v1.7.tar.gz 43838 BLAKE2B 5cbddd561b80a1e87e950c83e8ee50a9cc94c0426ed088df40a93054ce1ddd14883c633bb4d568af0f88a050784f0ea7814d9ae959278a075bfd4f7ab0aacf0e SHA512 9b07d045baeee6bbaa0a8213d90860f432687f9a0fbc5e424d9df3422897eb12c2c4d1ac210daa41cbb5fd5113148f01e20f276822157d42058872ab4fc70dae
DIST ddgr-1.7.tar.gz 43838 BLAKE2B 5cbddd561b80a1e87e950c83e8ee50a9cc94c0426ed088df40a93054ce1ddd14883c633bb4d568af0f88a050784f0ea7814d9ae959278a075bfd4f7ab0aacf0e SHA512 9b07d045baeee6bbaa0a8213d90860f432687f9a0fbc5e424d9df3422897eb12c2c4d1ac210daa41cbb5fd5113148f01e20f276822157d42058872ab4fc70dae

View File

@ -10,12 +10,12 @@ inherit bash-completion-r1 python-r1
DESCRIPTION="DuckDuckGo from the terminal"
HOMEPAGE="https://github.com/jarun/ddgr"
if [[ ${PV} == *9999* ]]; then
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"
EGIT_REPO_URI="https://github.com/jarun/${PN}.git"
KEYWORDS=""
else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/jarun/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@ -10,12 +10,12 @@ inherit bash-completion-r1 python-r1
DESCRIPTION="DuckDuckGo from the terminal"
HOMEPAGE="https://github.com/jarun/ddgr"
if [[ ${PV} == *9999* ]]; then
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"
EGIT_REPO_URI="https://github.com/jarun/${PN}.git"
KEYWORDS=""
else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/jarun/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi