sys-process/nq: fix versions variable

This commit is contained in:
XGQT 2020-02-01 22:12:00 +01:00
parent 1a205a5480
commit 2c6b3c527b
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi