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