From 2c6b3c527b80edb05296629bec7394472f299f33 Mon Sep 17 00:00:00 2001 From: XGQT Date: Sat, 1 Feb 2020 22:12:00 +0100 Subject: [PATCH] sys-process/nq: fix versions variable --- sys-process/nq/nq-0.3.1.ebuild | 2 +- sys-process/nq/nq-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/nq/nq-0.3.1.ebuild b/sys-process/nq/nq-0.3.1.ebuild index 7be214d..b607e25 100644 --- a/sys-process/nq/nq-0.3.1.ebuild +++ b/sys-process/nq/nq-0.3.1.ebuild @@ -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 diff --git a/sys-process/nq/nq-9999.ebuild b/sys-process/nq/nq-9999.ebuild index 7be214d..b607e25 100644 --- a/sys-process/nq/nq-9999.ebuild +++ b/sys-process/nq/nq-9999.ebuild @@ -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