From 0223c33a794d4db748b1d2e786526a5bc5fdbc8c Mon Sep 17 00:00:00 2001 From: hedmo Date: Sun, 31 May 2020 23:07:36 +0200 Subject: [PATCH] more cleanups --- dev-libs/libQuotient/libQuotient-0.6_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libQuotient/libQuotient-0.6_beta1.ebuild b/dev-libs/libQuotient/libQuotient-0.6_beta1.ebuild index 4fb4559..fff52da 100644 --- a/dev-libs/libQuotient/libQuotient-0.6_beta1.ebuild +++ b/dev-libs/libQuotient/libQuotient-0.6_beta1.ebuild @@ -14,7 +14,7 @@ then EGIT_REPO_URI="https://github.com/quotient-im/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV/_/\-}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/quotient-im/libQuotient/archive/0.6-beta1.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi