diff options
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/owl-lisp/owl-lisp-0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-scheme/owl-lisp/owl-lisp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild b/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild index 0ea693d0dc04..05adcbd2ae8e 100644 --- a/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild +++ b/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git" else - SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz" + SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v${PV}/owl-v${PV}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/owl-v${PV}" fi diff --git a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild b/dev-scheme/owl-lisp/owl-lisp-9999.ebuild index cae7c2bb43c6..551dda855179 100644 --- a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild +++ b/dev-scheme/owl-lisp/owl-lisp-9999.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git" else - SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz" + SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v${PV}/owl-v${PV}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/owl-v${PV}" fi |