summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/owl-lisp/owl-lisp-0.2.ebuild')
-rw-r--r--dev-scheme/owl-lisp/owl-lisp-0.2.ebuild2
1 files changed, 1 insertions, 1 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